aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
Commit message (Expand)AuthorAgeFilesLines
* config.def.h: add an option allowwindowops, by default off (secure)Hiltjo Posthuma2020-05-301-0/+4
* Make shift+wheel behaves as shift+Prev/Nextk0ga2020-05-161-0/+2
* auto-sync: draw on idle to avoid flicker/tearingAvi Halachmi (:avih)2020-05-091-3/+8
* config.def.h: add a comment for the scroll variableHiltjo Posthuma2020-04-111-0/+1
* Add support for scroll(1)Roberto E. Vargas Caballero2020-04-111-1/+2
* mouse shortcuts: don't hardcode selpasteAvi Halachmi (:avih)2019-10-131-1/+2
* mouse shortcuts: allow override for all shortcutsAvi Halachmi (:avih)2019-10-131-7/+7
* mouse shortcuts: allow same functions as kb shortcutsAvi Halachmi (:avih)2019-10-131-3/+3
* config.def.h: remove crlf value sectionHiltjo Posthuma2019-08-261-4/+0
* revert part of commit add0211522737b79dad990ccd65c8af63b5cc1ddHiltjo Posthuma2019-03-151-4/+3
* config.def.h: tweak extra worddelimitersHiltjo Posthuma2019-03-151-1/+1
* use iswspace()/iswpunct() to find word delimitersLauri Tirkkonen2019-03-151-3/+4
* replace utf8strchr with wcschrLauri Tirkkonen2019-03-151-2/+2
* config: add Shift+Insert as selpaste() againHiltjo Posthuma2019-01-101-0/+1
* Remove the ISO 14755 featureQuentin Rameau2018-09-111-1/+0
* Revert "Make cursor follow text color"Hiltjo Posthuma2018-07-171-0/+2
* Make cursor follow text colorJules Maselbas2018-07-141-2/+0
* Limit usage of extern to config.h globalsDevin J. Pohly2018-02-251-1/+1
* Move CRLF input processing into ttywriteDevin J. Pohly2018-02-251-213/+210
* Move config.h include from st.c to x.cDevin J. Pohly2018-02-251-37/+36
* Move key-matching functions into x.cDevin J. Pohly2018-02-251-3/+3
* Move window urgency handling entirely into x.cDevin J. Pohly2018-02-251-1/+1
* Change default keybindingsRoberto E. Vargas Caballero2017-01-251-9/+9
* Split X-specific code into x.cMichael Forney2017-01-201-32/+32
* Move column and row default numbers into config.hfpqc2016-12-161-0/+7
* make the various combinations of arrow keys and shift/control/meta workManuel Tobias Schiller2016-11-141-4/+20
* Do not use color when font attributes are supportedQuentin Rameau2016-10-231-5/+3
* Add support for iso14755Quentin Rameau2016-10-181-0/+1
* Change who's expanding tabs.Christoph Lohmann2016-07-201-1/+1
* Add some hint to have the pseudo terminal in the right mode.Christoph Lohmann2016-07-201-0/+6
* Add comment about tabspaces.Christoph Lohmann2016-07-201-0/+9
* Consistent Alt+BackSpace behaviorAlive 4ever2016-07-121-0/+1
* I like empty lines.Christoph Lohmann2016-03-081-0/+1
* Measure the single advance width with a heuristic methodRyusei Yamaguchi2016-03-081-0/+8
* Now the Shortcuts are more consistent.Christoph Lohmann2015-10-311-1/+1
* Make the cursor shapes more descriptive.Christoph Lohmann2015-10-051-4/+4
* Snowman is everywhere.Christoph Lohmann2015-10-051-0/+1
* Style normalisation in the config.def.h.Christoph Lohmann2015-10-051-8/+13
* The definition of the reverse cursor is now up to the user.Christoph Lohmann2015-10-051-1/+3
* The times of bad fonts are over.Christoph Lohmann2015-09-121-1/+1
* Change Pause to Break in shortcut for serial breakRoberto E. Vargas Caballero2015-09-081-1/+1
* Expose cursor shape in config.def.hJan Christoph Ebersbach2015-09-081-0/+9
* Add key to send a break to the serial lineRoberto E. Vargas Caballero2015-09-081-0/+1
* Set default values of stty according to the man pageRoberto E. Vargas Caballero2015-09-081-1/+1
* Adding mouse colour/shape settingsAlex Kozadaev2015-07-281-0/+8
* added note about the low precedence of shell to config.def.hMytchel Hammond2015-07-241-0/+9
* Unboolify stFRIGN2015-07-091-1/+1
* do not truncate font size when zoomingQuentin Rameau2015-06-191-3/+3
* Add tty line supportRoberto E. Vargas Caballero2015-04-151-0/+1
* Make DECSCUSR thickness configurableOmar Sandoval2015-04-101-0/+5
remember that computers suck.