diff options
author | portix <none@none> | 2012-03-23 01:06:18 +0100 |
---|---|---|
committer | portix <none@none> | 2012-03-23 01:06:18 +0100 |
commit | 04fa380a18a98890f9c2955030388c9cb8719cab (patch) | |
tree | 4e780445eb2dc34e95e199959b4113d7a16c8d67 /src/dwb.h | |
parent | 1706fcd838d0352d2b4a73767f87483bc2ad1a1d (diff) | |
download | dwb-04fa380a18a98890f9c2955030388c9cb8719cab.zip |
Call dwb_focus_scroll before calling dwb_set_normal_message in dwb_insert_mode, fixes statuselement not visible if insertmode is enabled through hints
Diffstat (limited to 'src/dwb.h')
-rw-r--r-- | src/dwb.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -40,6 +40,7 @@ #define BUFFER_LENGTH 256 #define INSERT "Insert Mode" +#define INSERT_MODE_STRING "-- INSERT MODE --" #define NO_URL "No URL in current context" #define NO_HINTS "No Hints in current context" |