Age | Commit message (Expand) | Author | Files | Lines |
2020-04-11 | Add support for scroll(1) | Roberto E. Vargas Caballero | 1 | -1/+2 |
2019-10-13 | mouse shortcuts: don't hardcode selpaste | Avi Halachmi (:avih) | 1 | -1/+2 |
2019-10-13 | mouse shortcuts: allow override for all shortcuts | Avi Halachmi (:avih) | 1 | -7/+7 |
2019-10-13 | mouse shortcuts: allow same functions as kb shortcuts | Avi Halachmi (:avih) | 1 | -3/+3 |
2019-08-26 | config.def.h: remove crlf value section | Hiltjo Posthuma | 1 | -4/+0 |
2019-03-15 | revert part of commit add0211522737b79dad990ccd65c8af63b5cc1dd | Hiltjo Posthuma | 1 | -4/+3 |
2019-03-15 | config.def.h: tweak extra worddelimiters | Hiltjo Posthuma | 1 | -1/+1 |
2019-03-15 | use iswspace()/iswpunct() to find word delimiters | Lauri Tirkkonen | 1 | -3/+4 |
2019-03-15 | replace utf8strchr with wcschr | Lauri Tirkkonen | 1 | -2/+2 |
2019-01-10 | config: add Shift+Insert as selpaste() again | Hiltjo Posthuma | 1 | -0/+1 |
2018-09-11 | Remove the ISO 14755 feature | Quentin Rameau | 1 | -1/+0 |
2018-07-17 | Revert "Make cursor follow text color" | Hiltjo Posthuma | 1 | -0/+2 |
2018-07-14 | Make cursor follow text color | Jules Maselbas | 1 | -2/+0 |
2018-02-25 | Limit usage of extern to config.h globals | Devin J. Pohly | 1 | -1/+1 |
2018-02-25 | Move CRLF input processing into ttywrite | Devin J. Pohly | 1 | -213/+210 |
2018-02-25 | Move config.h include from st.c to x.c | Devin J. Pohly | 1 | -37/+36 |
2018-02-25 | Move key-matching functions into x.c | Devin J. Pohly | 1 | -3/+3 |
2018-02-25 | Move window urgency handling entirely into x.c | Devin J. Pohly | 1 | -1/+1 |
2017-01-25 | Change default keybindings | Roberto E. Vargas Caballero | 1 | -9/+9 |
2017-01-20 | Split X-specific code into x.c | Michael Forney | 1 | -32/+32 |
2016-12-16 | Move column and row default numbers into config.h | fpqc | 1 | -0/+7 |
2016-11-14 | make the various combinations of arrow keys and shift/control/meta work | Manuel Tobias Schiller | 1 | -4/+20 |
2016-10-23 | Do not use color when font attributes are supported | Quentin Rameau | 1 | -5/+3 |
2016-10-18 | Add support for iso14755 | Quentin Rameau | 1 | -0/+1 |
2016-07-20 | Change who's expanding tabs. | Christoph Lohmann | 1 | -1/+1 |
2016-07-20 | Add some hint to have the pseudo terminal in the right mode. | Christoph Lohmann | 1 | -0/+6 |
2016-07-20 | Add comment about tabspaces. | Christoph Lohmann | 1 | -0/+9 |
2016-07-12 | Consistent Alt+BackSpace behavior | Alive 4ever | 1 | -0/+1 |
2016-03-08 | I like empty lines. | Christoph Lohmann | 1 | -0/+1 |
2016-03-08 | Measure the single advance width with a heuristic method | Ryusei Yamaguchi | 1 | -0/+8 |
2015-10-31 | Now the Shortcuts are more consistent. | Christoph Lohmann | 1 | -1/+1 |
2015-10-05 | Make the cursor shapes more descriptive. | Christoph Lohmann | 1 | -4/+4 |
2015-10-05 | Snowman is everywhere. | Christoph Lohmann | 1 | -0/+1 |
2015-10-05 | Style normalisation in the config.def.h. | Christoph Lohmann | 1 | -8/+13 |
2015-10-05 | The definition of the reverse cursor is now up to the user. | Christoph Lohmann | 1 | -1/+3 |
2015-09-12 | The times of bad fonts are over. | Christoph Lohmann | 1 | -1/+1 |
2015-09-08 | Change Pause to Break in shortcut for serial break | Roberto E. Vargas Caballero | 1 | -1/+1 |
2015-09-08 | Expose cursor shape in config.def.h | Jan Christoph Ebersbach | 1 | -0/+9 |
2015-09-08 | Add key to send a break to the serial line | Roberto E. Vargas Caballero | 1 | -0/+1 |
2015-09-08 | Set default values of stty according to the man page | Roberto E. Vargas Caballero | 1 | -1/+1 |
2015-07-28 | Adding mouse colour/shape settings | Alex Kozadaev | 1 | -0/+8 |
2015-07-24 | added note about the low precedence of shell to config.def.h | Mytchel Hammond | 1 | -0/+9 |
2015-07-09 | Unboolify st | FRIGN | 1 | -1/+1 |
2015-06-19 | do not truncate font size when zooming | Quentin Rameau | 1 | -3/+3 |
2015-04-15 | Add tty line support | Roberto E. Vargas Caballero | 1 | -0/+1 |
2015-04-10 | Make DECSCUSR thickness configurable | Omar Sandoval | 1 | -0/+5 |
2015-03-14 | Add Mod + Shift + c/v and no selclear. | Christoph Lohmann | 1 | -0/+2 |
2015-03-13 | Allow combinations with Backspace | Roberto E. Vargas Caballero | 1 | -1/+1 |
2015-03-11 | Backspace value shouldn't depend on keypad state | Ivan Delalande | 1 | -1/+1 |
2015-03-10 | Finally resolving the backspace problem. | Christoph Lohmann | 1 | -2/+3 |