summaryrefslogtreecommitdiff
path: root/src/dwb.h
diff options
context:
space:
mode:
authorportix <none@none>2012-03-23 01:06:18 +0100
committerportix <none@none>2012-03-23 01:06:18 +0100
commit04fa380a18a98890f9c2955030388c9cb8719cab (patch)
tree4e780445eb2dc34e95e199959b4113d7a16c8d67 /src/dwb.h
parent1706fcd838d0352d2b4a73767f87483bc2ad1a1d (diff)
downloaddwb-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dwb.h b/src/dwb.h
index a4da4fe2..8c1396bb 100644
--- a/src/dwb.h
+++ b/src/dwb.h
@@ -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"