(svn r2385) - Feature: shortcut CTRL + U that clears the commandline of the current input-box. As requested by Tron.

This commit is contained in:
Darkvater
2005-05-30 16:03:21 +00:00
parent 0cd53574ec
commit d0a0d6fcb5
3 changed files with 21 additions and 1 deletions

1
gui.h
View File

@@ -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);