From 53b1de7d70c92d78d3ef5d5d6021bea0bfe39073 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Mon, 30 May 2005 16:03:21 +0000 Subject: (svn r2385) - Feature: shortcut CTRL + U that clears the commandline of the current input-box. As requested by Tron. --- gui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gui.h') diff --git a/gui.h b/gui.h index f3f19b613..6ea156678 100644 --- a/gui.h +++ b/gui.h @@ -108,6 +108,7 @@ void HandleEditBox(Window *w, int wid); int HandleEditBoxKey(Window *w, int wid, WindowEvent *we); bool HandleCaret(Textbuf *tb); +void DeleteTextBufferAll(Textbuf *tb); bool DeleteTextBufferChar(Textbuf *tb, int delmode); bool InsertTextBufferChar(Textbuf *tb, byte key); bool InsertTextBufferClipboard(Textbuf *tb); -- cgit v1.2.3-54-g00ecf