summaryrefslogtreecommitdiff
path: root/config.def.h
Commit message (Expand)AuthorAgeFilesLines
* Allow mouse selection override using ShiftMaskHiltjo Posthuma2014-05-141-1/+5
* Do not export chscale and cwscale.noname2014-04-281-2/+2
* Fix Backspace and Delete charactersRoberto E. Vargas Caballero2014-04-111-3/+0
* Add sequence for printing the current selectionRoberto E. Vargas Caballero2014-03-061-0/+1
* Add key definition for printer sequencesRoberto E. Vargas Caballero2014-03-061-0/+2
* Make Shift+Home equal to CLS in ascii modeRoberto E. Vargas Caballero2014-02-021-2/+4
* Make CONTROL + DELETE delete a lineRoberto E. Vargas Caballero2014-02-021-2/+2
* Fix SHIFT+DEL definitionRoberto E. Vargas Caballero2014-01-311-4/+4
* Replace alignment tabs with spaces.Mark Edgar2013-12-181-9/+9
* Fix comments in config.def.h to match field names.Mark Edgar2013-12-181-6/+5
* Fix definition of F28 key.Mark Edgar2013-12-181-1/+1
* Ignore numlock (Mod2Mask) for button events too.Mark Edgar2013-10-201-3/+3
* Default volume of the bell is 0.Christoph Lohmann2013-09-121-1/+1
* Add audible bellRoberto E. Vargas Caballero2013-09-121-0/+6
* Correctly initialize altscreen when defaultbg is not 0.Mark Edgar2013-09-041-3/+3
* Use character size scaling factorsEric Pruitt2013-08-051-0/+4
* fix: whitespaceMarkus Teich2013-07-041-2/+2
* fix PageUp Modifier Mask in config.def.hMarkus Teich2013-06-221-1/+1
* Bumping up the xfps so mouse motion won't reap the CPU.Christoph Lohmann2013-06-011-1/+1
* Allow more complex delimiters for word selections.Christoph Lohmann2013-05-041-1/+8
* Explaining blinking for the dummies.Christoph Lohmann2013-04-281-1/+4
* Add a possibility to modify the string sent by mouse buttons.Christoph Lohmann2013-04-281-1/+9
* Enable blinking in st.Christoph Lohmann2013-04-261-0/+3
* Drawing a more visible rectangle as cursor on unfocus.Christoph Lohmann2013-04-131-3/+1
* Add an option to disable alternative screens.Christoph Lohmann2013-04-031-0/+3
* Add the possibility to have default highlight colors.Christoph Lohmann2013-03-291-0/+8
* Adding PgUp + Ctrl.Christoph Lohmann2013-03-291-0/+1
* Adding PgUp and PgDown + Ctrl to config.def.hChristoph Lohmann2013-03-291-0/+2
* Add insert for the primary clipboard to MOD + Shift + Ins.Christoph Lohmann2013-02-231-0/+1
* Implement rectangular mouse selection.Christoph Lohmann2013-02-191-0/+12
* Adding a way to ignore bits in the state.Christoph Lohmann2013-02-161-0/+6
* The refresh rate for the action needs to be high too.Christoph Lohmann2013-02-151-1/+1
* Changing the fps to something reasonable high.Christoph Lohmann2013-02-151-1/+1
* Doing it like the new run() was proposed.Christoph Lohmann2013-02-151-1/+2
* Adding a more efficient drawing code.Christoph Lohmann2013-02-151-1/+4
* Be careful about mar77i's patches.Christoph Lohmann2012-12-101-4/+4
* Applying the patch of mar771 right.Christoph Lohmann2012-12-101-4/+4
* Applying the change of the Del key assingment. Thanks Martti Kühne!Christoph Lohmann2012-12-091-2/+2
* Add support for End keyRoberto E. Vargas Caballero2012-11-251-2/+8
* Add support for Supr keyRoberto E. Vargas Caballero2012-11-251-4/+12
* Add support for insert keyRoberto E. Vargas Caballero2012-11-251-4/+12
* Add a notice in the config.def.h file how to obtain the syntax forChristoph Lohmann2012-11-251-1/+5
* Add key for toogling numlock handlingRoberto E. Vargas Caballero2012-11-251-16/+18
* Restoring the Alt + Backspace functionality. Thanks Brandon Invergo!Christoph Lohmann2012-11-191-1/+1
* Add application cursor sequences for HomeRoberto E. Vargas Caballero2012-11-161-3/+4
* Fixing some key issues with mc. Thanks nsz!Christoph Lohmann2012-11-161-0/+1
* Optimizing the key lookup to the X11 function key. It is still possible toChristoph Lohmann2012-11-151-0/+6
* Making all function keys accessible.Christoph Lohmann2012-11-151-12/+12
* Adding support for XK_F35.Christoph Lohmann2012-11-151-10/+33
* Fixing the return and keypad enter sent characters. Terminals produce \r. AndChristoph Lohmann2012-11-151-3/+3