Mercurial > libervia-backend
diff frontends/src/primitivus/constants.py @ 1949:c5fd304d0976
primitivus: added bracketed_paste option in sat.conf (if set, the bracketed paste mode will be activated on Primitivus start)
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 23 Apr 2016 01:28:35 +0200 |
parents | 2daf7b4c6756 |
children | 5fbe09b9b568 |
line wrap: on
line diff
--- a/frontends/src/primitivus/constants.py Sat Apr 23 00:31:59 2016 +0200 +++ b/frontends/src/primitivus/constants.py Sat Apr 23 01:28:35 2016 +0200 @@ -23,6 +23,7 @@ class Const(constants.Const): APP_NAME = "Primitivus" + SECTION_NAME = APP_NAME.lower() PALETTE = [ ('title', 'black', 'light gray', 'standout,underline'), ('title_focus', 'white,bold', 'light gray', 'standout,underline'),