2017-02-19 15:45 | Apply externalpipe patch to default. | Christoph Lohmann | 1 | +57 | -0 |
2016-12-14 06:51 | Move column and row default numbers into config.h | fpqc | 2 | +7 | -2 |
2016-11-24 19:21 | Revert "Initial font size issue." | Roberto E. Vargas Caballero | 1 | +0 | -3 |
2016-11-23 18:17 | Fixed 'missing glyph doesn't use fontconfig config substitutions' bug | Spencer Phippen | 1 | +19 | -3 |
2016-11-14 17:25 | make the various combinations of arrow keys and shift/control/meta work | Manuel Tobias Schiller | 1 | +20 | -4 |
2016-11-11 16:52 | Initial font size issue. | ian@remmler.org | 1 | +3 | -0 |
2016-11-11 16:45 | tic -s -> tic -sx (Treat unknown capabilities as user-defined.) | pl@ninthfloor.org | 3 | +3 | -3 |
2016-11-11 16:45 | Add tmux capabilities to st.info | pl@ninthfloor.org | 1 | +4 | -1 |
2016-11-11 16:45 | Make strdump(), csidump(), print to stderr | pl@ninthfloor.org | 1 | +15 | -14 |
2016-10-22 14:36 | Do not use color when font attributes are supported | Quentin Rameau | 2 | +35 | -13 |
2016-10-22 08:42 | st.1: add an entry for ISO-14755 shortcut | Quentin Rameau | 1 | +4 | -0 |
2016-10-08 14:22 | Add support for iso14755 | Quentin Rameau | 2 | +29 | -0 |
2016-10-13 14:28 | Add missing device path to '-l' example | Klemens Nanni | 1 | +4 | -4 |
2016-09-14 06:27 | Add parsing of DCS q sequences | Roberto E. Vargas Caballero | 1 | +45 | -23 |
2016-09-13 12:01 | Add support for enabling/disabling utf | Roberto E. Vargas Caballero | 1 | +62 | -17 |
2016-09-09 11:11 | Delete ncv capability from terminfo | Roberto E. Vargas Caballero | 1 | +0 | -1 |
2016-09-08 10:57 | st.info: do not prevent st from displaying attributes | Quentin Rameau | 1 | +1 | -1 |
2016-08-11 14:30 | Update the LICENSE. | Christoph Lohmann | 1 | +2 | -2 |
2016-08-11 14:25 | 0.7 release | Christoph Lohmann | 1 | +1 | -1 |
2016-07-20 11:56 | Change who's expanding tabs. | Christoph Lohmann | 1 | +1 | -1 |
2016-07-20 11:52 | Add some hint to have the pseudo terminal in the right mode. | Christoph Lohmann | 1 | +6 | -0 |
2016-07-20 11:00 | Add comment about tabspaces. | Christoph Lohmann | 1 | +9 | -0 |
2016-07-10 06:38 | Consistent Alt+BackSpace behavior | Alive 4ever | 1 | +1 | -0 |
2016-06-03 13:02 | Use XftFontMatch in place of FcFontMatch. | Christoph Lohmann | 1 | +1 | -4 |
2016-05-19 10:16 | delete clipboard properties after pasting them | v4hn | 1 | +1 | -2 |
2016-04-15 05:58 | Remove stupid assignation in memcpy() | Roberto E. Vargas Caballero | 1 | +2 | -2 |
2016-03-09 16:11 | st: Fix off-by-one error when calculating character width. | Tor Andersson | 1 | +2 | -2 |
2016-03-07 21:18 | Fix vertical character alignment in some cases | Ton van den Heuvel | 1 | +1 | -1 |
2016-03-08 12:55 | I like empty lines. | Christoph Lohmann | 1 | +1 | -0 |
2016-03-08 03:26 | Measure the single advance width with a heuristic method | Ryusei Yamaguchi | 2 | +15 | -1 |
2016-03-07 13:33 | xtermclear() is now done by xdrawglyphfontspecs() | Christoph Lohmann | 1 | +0 | -13 |
2016-02-19 18:59 | arg.h: fixed argv checks order | Lucas Gabriel Vuotto | 1 | +2 | -2 |
2016-02-01 11:20 | Fix forgotten bracket and duplicate option in usage() | Quentin Rameau | 1 | +8 | -6 |
2016-01-30 16:54 | Extract ttyresize() out of cresize() | Quentin Rameau | 1 | +4 | -4 |
2016-01-30 08:50 | Ok, no need for a separate version function. | Christoph Lohmann | 1 | +1 | -8 |
2016-01-29 21:03 | Add -n option for setting WM_CLASS instance name | Quentin Rameau | 2 | +26 | -15 |
2016-01-29 21:02 | Reformat usage and separate version from it | Quentin Rameau | 2 | +33 | -29 |
2016-01-28 17:09 | Enforce a terminal size to reduce race conditions in too efficient apps. | Christoph Lohmann | 1 | +2 | -0 |
2016-01-14 22:19 | Height is height. | Christoph Lohmann | 1 | +1 | -1 |
2016-01-01 13:18 | Bump year. | Christoph Lohmann | 1 | +1 | -1 |
2015-12-20 00:43 | Fixing the XClassHint setting in st. | Christoph Lohmann | 1 | +1 | -1 |
2015-11-21 17:21 | Avoid recursive call to ttywrite from ttyread | Roberto E. Vargas Caballero | 1 | +2 | -2 |
2015-11-08 16:14 | arg.h: remove unused macros | Quentin Rameau | 1 | +0 | -15 |
2015-11-06 19:46 | Introduce lim in all ttywrite() checks. | Christoph Lohmann | 1 | +4 | -4 |
2015-11-06 19:01 | Fix ttywrite() | Roberto E. Vargas Caballero | 1 | +20 | -18 |
2015-11-01 02:53 | Now the mshortcuts are even more consistent. | Ivan Tham | 1 | +5 | -5 |
2015-10-31 08:29 | Now the Shortcuts are more consistent. | Christoph Lohmann | 2 | +3 | -3 |
2015-10-11 09:44 | fix bug where first selection snaps to lines | Jason Woofenden | 1 | +3 | -2 |
2015-10-06 08:29 | Fix the cursor colors selection | Quentin Rameau | 1 | +2 | -3 |
2015-10-05 22:21 | Normalize the whole color selection in xdrawcursor. | Christoph Lohmann | 1 | +22 | -11 |
2015-10-05 21:10 | Fix the cursor color when over selection. | Quentin Rameau | 1 | +2 | -1 |
2015-10-05 21:05 | Make the cursor shapes more descriptive. | Christoph Lohmann | 1 | +4 | -4 |
2015-10-05 20:59 | Snowman is everywhere. | Christoph Lohmann | 2 | +3 | -0 |
2015-10-05 20:54 | Style normalisation in the config.def.h. | Christoph Lohmann | 1 | +13 | -8 |
2015-10-05 20:38 | The definition of the reverse cursor is now up to the user. | Christoph Lohmann | 2 | +6 | -13 |
2015-10-05 20:09 | Fixing the cursor movement in selections. | Christoph Lohmann | 1 | +31 | -13 |
2015-10-05 19:18 | When the cursor is moved, clear the selection. | Christoph Lohmann | 1 | +1 | -0 |
2015-10-05 19:06 | Reverse the cursor on selection. | Christoph Lohmann | 1 | +3 | -0 |
2015-10-05 18:48 | More style changes. We forgot some switches. | Christoph Lohmann | 1 | +33 | -33 |
2015-10-05 18:08 | Small style change. | Christoph Lohmann | 1 | +4 | -4 |
2015-09-28 18:08 | There's no need for libXext to compile st. | Christoph Lohmann | 1 | +1 | -1 |
2015-09-25 03:56 | Fix extra bracketed paste markers when pasting >8kb | dequis | 1 | +2 | -2 |
2015-09-22 11:13 | dup() -> dup2() | FRIGN | 1 | +1 | -2 |
2015-09-12 14:43 | The times of bad fonts are over. | Christoph Lohmann | 1 | +1 | -1 |
2015-09-10 09:53 | Fix copy of line with len = 0 | Roberto E. Vargas Caballero | 1 | +4 | -1 |
2015-09-08 15:00 | Change Pause to Break in shortcut for serial break | Roberto E. Vargas Caballero | 2 | +5 | -3 |
2015-09-08 05:28 | Expose cursor shape in config.def.h | Jan Christoph Ebersbach | 2 | +10 | -1 |
2015-09-08 10:10 | Add key to send a break to the serial line | Roberto E. Vargas Caballero | 3 | +13 | -0 |
2015-09-08 08:44 | Set default values of stty according to the man page | Roberto E. Vargas Caballero | 1 | +1 | -1 |
2015-09-07 20:59 | Making st.1 more descriptive about -l and fix -l in st.c. | Christoph Lohmann | 2 | +19 | -4 |
2015-09-07 18:00 | Fix the st manpage for -l line. | Christoph Lohmann | 1 | +2 | -4 |
2015-08-31 13:26 | Reordering and adding control codes. | Christoph Lohmann | 1 | +21 | -2 |
2015-08-30 09:29 | Merge branch 'master' of ssh://suckless.org/gitrepos/st | Christoph Lohmann | 1 | +2 | -2 |
2015-08-30 09:28 | Don't read if we chunked the input data. | Christoph Lohmann | 1 | +2 | -1 |
2015-08-17 09:25 | Do not mark as invalid UTF8 control codes | Roberto E. Vargas Caballero | 1 | +2 | -2 |
2015-08-11 15:47 | st.info: replace the acsc entry from xterm to urxvt | Quentin Rameau | 1 | +1 | -1 |
2015-07-28 09:30 | Adding mouse colour/shape settings | Alex Kozadaev | 2 | +24 | -4 |
2015-07-24 16:25 | Adding -T to the usage too. | Christoph Lohmann | 1 | +4 | -2 |
2015-07-24 16:24 | Add -T, as recommended by Dmitrij D. Czarkoff | Christoph Lohmann | 2 | +8 | -0 |
2015-07-24 09:52 | Fix type for write(2) return variable. | Quentin Rameau | 1 | +2 | -1 |
2015-07-24 05:58 | added note about the low precedence of shell to config.def.h | Mytchel Hammond | 1 | +9 | -0 |
2015-07-24 05:44 | Fix style in execsh | Roberto E. Vargas Caballero | 1 | +1 | -2 |
2015-07-10 12:31 | Make the comment for the IM XFilter more understandable. | Christoph Lohmann | 1 | +3 | -3 |
2015-07-10 12:30 | Return style unification. | Christoph Lohmann | 1 | +10 | -0 |
2015-07-10 12:21 | Aligning the macros. | Christoph Lohmann | 1 | +22 | -20 |
2015-07-10 12:19 | Unix end of file. | Christoph Lohmann | 1 | +1 | -0 |
2015-07-10 12:19 | No inline declarations please. | Christoph Lohmann | 1 | +2 | -2 |
2015-07-10 12:17 | Typo and the missing incr atom from the patches. | Christoph Lohmann | 1 | +3 | -1 |
2015-07-10 12:15 | Implement chunked write to the cmdfd. | Christoph Lohmann | 1 | +51 | -2 |
2015-07-10 12:10 | Implement INCR transfers in the clipboard. | Christoph Lohmann | 1 | +68 | -6 |
2015-07-10 10:27 | Update LICENSE | FRIGN | 1 | +1 | -1 |
2015-07-10 08:29 | Don't treat clauses like functions | FRIGN | 1 | +382 | -382 |
2015-07-09 21:59 | Use BSD-style function notation | FRIGN | 1 | +256 | -129 |
2015-07-08 21:56 | Unboolify st | FRIGN | 2 | +28 | -30 |
2015-07-08 21:49 | Remove insane *_FILENO and EXIT_* usage | FRIGN | 1 | +12 | -14 |
2015-07-07 20:26 | Commit to push the 0.6 release. | Christoph Lohmann | 1 | +1 | -1 |
2015-07-02 06:31 | Revert "Remove unnecessary XFilterEvent call." | Weng Xuetian | 1 | +7 | -0 |
2015-05-31 10:26 | do not truncate font size when zooming | Quentin Rameau | 2 | +10 | -11 |
2015-06-03 06:07 | Revert "Optimize memory footprint of line buffers" | Roberto E. Vargas Caballero | 1 | +2 | -2 |
2015-05-22 14:06 | Support UTF-8 characters as word delimiters | Jan Christoph Ebersbach | 1 | +17 | -1 |
2015-05-15 05:51 | Merge branch 'master' of ssh://suckless.org/gitrepos/st | Roberto E. Vargas Caballero | 1 | +1 | -1 |
2015-05-14 13:46 | set selection to IDLE on clear | v4hn | 1 | +1 | -0 |
2015-05-09 22:22 | Small bugfix for makeglyphfontspecs call in drawregion | suigin | 1 | +1 | -1 |
2015-05-10 13:19 | Fix the new -e handling. An empty cmd has to work for backwards compatibility. | Christoph Lohmann | 1 | +1 | -1 |
2015-05-06 03:24 | Clean up xdraws and optimize glyph drawing with non-unit kerning values | suigin | 1 | +187 | -196 |
2015-05-05 20:13 | Changed type for UTF-32 codepoints from long to uint_least32_t | suigin | 1 | +27 | -25 |
2015-05-03 19:28 | Fix empty selection highlighting bug. | noname | 1 | +5 | -7 |
2015-05-03 02:49 | Fix indentation. | noname | 1 | +4 | -4 |
2015-05-01 17:13 | Add enumeration for sel.mode | noname | 1 | +14 | -9 |
2015-04-30 19:59 | selnormalize: make special case explicit | noname | 1 | +4 | -4 |
2015-05-01 02:22 | selsnap: simplify SNAP_LINE case | noname | 1 | +3 | -3 |
2015-04-30 20:51 | Remove first argument of selsnap. | noname | 1 | +5 | -5 |
2015-04-22 15:22 | Fix sigchld | Jochen Sprickerhof | 1 | +5 | -1 |
2015-04-22 13:08 | len assignment is never used | mvdan@mvdan.cc | 1 | +0 | -1 |
2015-04-22 13:08 | Clarify calculation precedence for '&' and '?' | mvdan@mvdan.cc | 1 | +3 | -3 |
2015-04-22 13:07 | Use %u for uint | mvdan@mvdan.cc | 1 | +1 | -1 |
2015-04-27 08:04 | Optimize memory footprint of line buffers | suigin | 1 | +2 | -2 |
2015-04-21 21:29 | Make tputc, tsetchar and techo accept unicode | noname@inventati.org | 1 | +45 | -62 |
2015-04-21 21:29 | Change internal character representation. | noname@inventati.org | 1 | +35 | -38 |
2015-04-21 21:28 | Remove last parameter of utf8encode | noname@inventati.org | 1 | +5 | -5 |
2015-04-21 21:27 | Use utf8len instead of utf8decode. | noname@inventati.org | 1 | +1 | -2 |
2015-04-21 14:27 | Make build shut up about system() without return value check. | alp@alexpilon.ca | 1 | +2 | -1 |
2015-04-23 15:59 | Merge remote-tracking branch 'origin/master' | Roberto E. Vargas Caballero | 1 | +30 | -54 |
2015-04-23 15:55 | Fix segmentation fault in strhandle() | Roberto E. Vargas Caballero | 1 | +1 | -2 |
2015-04-22 07:16 | Uses a &[] pointer loop instead of + pointer loop | Roberto E. Vargas Caballero | 1 | +1 | -1 |
2015-04-21 20:09 | Do not set terminal title based on stty arguments. | noname@inventati.org | 1 | +1 | -1 |
2015-04-21 07:48 | Move common code to xloadcolor | noname@inventati.org | 1 | +29 | -53 |
2015-04-19 20:24 | Use LEN(dc.col) instead of LEN(colorname). | noname@inventati.org | 1 | +2 | -2 |
2015-04-18 17:33 | Remove WIN_REDRAW flag. | noname@inventati.org | 1 | +2 | -14 |
2015-04-18 23:24 | Place memset arguments in the correct order. | noname@inventati.org | 1 | +1 | -1 |
2015-04-18 23:24 | Remove explicit 'return' from 'void' functions. | noname@inventati.org | 1 | +0 | -2 |
2015-04-18 16:45 | Increment accuaracy in drawtime calculation | noname@inventati.org | 1 | +1 | -1 |
2015-04-18 16:46 | Monotonic clock cannot jump backwards. | noname@inventati.org | 1 | +1 | -2 |
2015-04-18 16:45 | Place tlinelen type on separate line. | noname@inventati.org | 1 | +2 | -1 |
2015-04-13 17:03 | Add tty line support | Roberto E. Vargas Caballero | 3 | +91 | -13 |
2015-04-15 08:43 | Fix memmove() invocation with src/dst being NULL | sin | 1 | +5 | -2 |
2015-04-14 07:53 | Use as command arguments the remaining parameters | noname@inventati.org | 1 | +10 | -7 |
2015-04-14 07:47 | Merge branch 'master' of ssh://suckless.org/gitrepos/st | Roberto E. Vargas Caballero | 1 | +14 | -9 |
2015-04-11 19:21 | Implement most ICCCM rules for selection handling. | Markus Wichmann | 1 | +13 | -8 |
2015-04-13 20:01 | Merge branch 'master' of ssh://suckless.org/gitrepos/st | Roberto E. Vargas Caballero | 2 | +26 | -27 |
2015-04-13 12:03 | Do not use tmoveto in tputtab. | noname@inventati.org | 1 | +1 | -1 |
2015-04-12 08:30 | tresize: remove unnecessary if | noname@inventati.org | 1 | +2 | -4 |
2015-04-13 14:06 | Remove old TODO entry. | noname@inventati.org | 1 | +0 | -1 |
2015-04-13 14:05 | Remove 'titles' variable. | noname@inventati.org | 1 | +2 | -5 |
2015-04-13 12:34 | Remove useless if in tstrsequence. | noname@inventati.org | 1 | +13 | -15 |
2015-04-13 12:03 | Simplify tmoveto. | noname@inventati.org | 1 | +2 | -4 |
2015-04-13 12:03 | Fix typo. | noname@inventati.org | 1 | +1 | -1 |
2015-04-11 17:30 | Remove 'slide' variable in tresize. | noname@inventati.org | 1 | +4 | -5 |
2015-04-11 17:30 | Move tresize comments around. | noname@inventati.org | 1 | +5 | -6 |
2015-04-11 17:29 | tresize: move for loop outside if | noname@inventati.org | 1 | +4 | -5 |
2015-04-11 10:47 | Simplify loop condition. | noname@inventati.org | 1 | +1 | -1 |
2015-04-11 10:15 | Remove unnecessary XFilterEvent call. | noname@inventati.org | 1 | +0 | -2 |
2015-04-11 10:18 | Use do..while in window mapping loop. | noname@inventati.org | 1 | +2 | -4 |
2015-04-10 01:22 | Make DECSCUSR thickness configurable | Omar Sandoval | 2 | +10 | -5 |
2015-04-09 20:04 | Use MAX macro where possible. | noname | 1 | +1 | -1 |
2015-04-08 23:24 | Remove 'xloadfontset' function. | noname | 1 | +2 | -11 |
2015-04-08 23:17 | Remove keywords from function definitions. | noname | 1 | +11 | -8 |
2015-04-08 23:16 | Remove variable names from function declarations. | noname | 1 | +2 | -2 |
2015-04-06 08:55 | Remove redundant control check | Roberto E. Vargas Caballero | 1 | +0 | -1 |
2015-04-05 23:58 | Fixed STR sequence termination condition | noname | 1 | +1 | -1 |
2015-03-20 06:46 | Remove strsep() call | Roberto E. Vargas Caballero | 2 | +14 | -3 |
2015-03-19 08:36 | Merge remote-tracking branch 'origin/master' | Roberto E. Vargas Caballero | 2 | +3 | -1 |
2015-03-18 20:12 | Support the DECSCUSR CSI escape sequence | LemonBoy | 1 | +49 | -13 |
2015-03-16 21:17 | arg.h wasn't used for dist. | Christoph Lohmann | 1 | +1 | -1 |
2015-03-16 15:51 | Handle pasting of empty selection. | Alex Pilon | 1 | +2 | -0 |
2015-03-15 18:07 | Support XA_STRING in notify request | Roberto E. Vargas Caballero | 1 | +5 | -1 |
2015-03-14 07:53 | TODO: Fix fontconfig | Christoph Lohmann | 1 | +1 | -0 |
2015-03-14 07:52 | Add the new selection shortcuts to the manpage. | Christoph Lohmann | 1 | +20 | -11 |
2015-03-14 07:43 | Glibc wants me to use _DEFAULT_SOURCe. I do obey. | Christoph Lohmann | 1 | +1 | -1 |
2015-03-14 06:41 | Add Mod + Shift + c/v and no selclear. | Christoph Lohmann | 2 | +56 | -15 |
2015-03-13 07:26 | Allow combinations with Backspace | Roberto E. Vargas Caballero | 1 | +1 | -1 |
2015-03-10 00:23 | FAQ: fix wording | Alexander Huemer | 1 | +1 | -1 |
2015-03-11 17:13 | Backspace value shouldn't depend on keypad state | Ivan Delalande | 1 | +1 | -1 |
2015-03-10 20:59 | Merge branch 'master' of ssh://suckless.org/gitrepos/st | Christoph Lohmann | 1 | +1 | -1 |
2015-03-10 20:58 | St now does only set PRIMARY on selection. | Christoph Lohmann | 1 | +0 | -7 |
2015-03-10 00:23 | FAQ: fix wording | Alexander Huemer | 1 | +1 | -1 |
2015-03-10 20:11 | Fixing the C reading test. | Christoph Lohmann | 1 | +1 | -2 |
2015-03-09 23:20 | Change the FAQ for the new Backspace behaviour. | Christoph Lohmann | 1 | +9 | -7 |
2015-03-09 23:00 | Finally resolving the backspace problem. | Christoph Lohmann | 2 | +5 | -4 |
2015-03-09 22:16 | Add a hack to handle unknown chars in fontconfig. | Christoph Lohmann | 1 | +14 | -5 |
2015-03-05 15:52 | Update kdch1 definition to three octal digits. | Johannes Postma | 1 | +1 | -1 |
2015-02-28 16:13 | Small improvements to the FAQ | Roberto E. Vargas Caballero | 1 | +12 | -4 |
2015-02-19 21:33 | document keys in man page | Greg Reagle | 1 | +25 | -0 |
2015-02-14 23:34 | Let curses do the dirty work for flash | Ivan Delalande | 2 | +8 | -16 |
2015-02-22 10:59 | Comment default CC assignment | Roberto E. Vargas Caballero | 1 | +1 | -1 |
2015-02-22 10:58 | Update dates in LICENSE | Roberto E. Vargas Caballero | 1 | +2 | -2 |
2015-02-15 16:46 | Update year in usage() | Nils Reuße | 1 | +1 | -1 |
2015-02-15 16:11 | Fix crash on font resize resize | Nils Reuße | 1 | +1 | -1 |
2015-01-29 23:00 | Correct shift amount on MODE_INSERT in tputc() | Rian Hunter | 1 | +2 | -2 |
2015-01-29 23:06 | Fix crash due to wide characters | Rian Hunter | 1 | +4 | -1 |
2014-12-12 07:39 | Fix crash due to invalid timespec given to pselect | Ivan Delalande | 1 | +3 | -0 |
2014-11-16 08:02 | Trim trailing whitespaces in every selection case | Ivan Delalande | 1 | +2 | -0 |
2014-11-11 18:29 | Call _exit() instead of exit() if exec*() fails | sin | 1 | +1 | -1 |
2014-10-29 00:51 | Check for presence of SHELL environment variable | Eric Pruitt | 1 | +4 | -1 |
2014-10-28 11:55 | Replace character with U+FFFD if wcwidth() is -1 | czarkoff@gmail.com | 1 | +4 | -1 |
2014-10-15 22:42 | Avoid failing when embedding with a Window id of 0 | Quentin Rameau | 1 | +2 | -2 |
2014-10-21 14:36 | Reverting smacs and rmacs to the xterm defaults. | Christoph Lohmann | 1 | +2 | -2 |
2014-10-15 17:42 | Do not set SHELL to utmp ever | Roberto E. Vargas Caballero | 1 | +11 | -9 |
2014-10-03 19:25 | patch for bell in st | CustaiCo | 1 | +2 | -1 |
2014-10-08 09:35 | Use G1 for alternate charset | Roberto E. Vargas Caballero | 1 | +2 | -2 |
2014-10-08 09:33 | Add LS2 and LS3 | Roberto E. Vargas Caballero | 1 | +4 | -0 |
2014-10-08 08:30 | Fix SI and SO | Roberto E. Vargas Caballero | 1 | +3 | -5 |
2014-09-29 13:41 | Removing an extra space. | Christoph Lohmann | 1 | +1 | -1 |
2014-09-29 13:40 | Minor style changes for the last patch. | Christoph Lohmann | 1 | +2 | -1 |
2014-09-29 13:38 | Implementing xzoomreset. | Christoph Lohmann | 2 | +25 | -1 |
2014-08-20 08:41 | Add missed names of charset sequences | Roberto E. Vargas Caballero | 1 | +4 | -4 |
2014-08-28 10:48 | Add support for utmp in st | Roberto E. Vargas Caballero | 2 | +12 | -6 |
2014-08-24 14:27 | Remove indentation level in xdrawcursor | Roberto E. Vargas Caballero | 1 | +32 | -31 |
2014-08-22 16:25 | Removing wrapping newlines from selection | Ben Hendrickson | 1 | +5 | -2 |
2014-08-20 19:20 | Change the behavior of word snapping on delimiters | Ivan Delalande | 1 | +9 | -2 |
2014-08-20 19:14 | Move calls to selsnap into selnormalize | Ivan Delalande | 1 | +3 | -11 |
2014-08-20 10:05 | Improve readability of enum members | Alexander Huemer | 1 | +32 | -32 |
2014-08-20 07:56 | Add eschandle() | Roberto E. Vargas Caballero | 1 | +91 | -78 |
2014-08-18 22:55 | Improve execsh() and don't allow anonymous shells | Roberto E. Vargas Caballero | 1 | +17 | -13 |
2014-08-18 21:23 | Fix definition of CONTROLC0 | Roberto E. Vargas Caballero | 1 | +1 | -1 |
2014-08-18 21:19 | Make useful DEL in application mode | Roberto E. Vargas Caballero | 2 | +5 | -3 |
2014-08-18 17:20 | reset the alt screen in treset | Quentin Carbonneaux | 1 | +6 | -3 |
2014-08-18 17:19 | simplify loop in tresize | Quentin Carbonneaux | 1 | +2 | -4 |
2014-08-17 23:52 | Simplify README | Alexander Huemer | 1 | +1 | -1 |
2014-08-17 18:49 | Fix man page and usage() | Roberto E. Vargas Caballero | 2 | +3 | -3 |
2014-08-15 13:00 | Convert VT102ID to a config variable | Roberto E. Vargas Caballero | 2 | +6 | -5 |
2014-08-15 12:48 | Fix portability problem in techo() | Roberto E. Vargas Caballero | 1 | +2 | -2 |
2014-04-27 22:16 | Don't set dirty all lines because tswapcreen do it | noname | 1 | +1 | -3 |
2014-04-27 22:03 | tresize return value is not used | noname | 1 | +7 | -6 |
2014-08-07 08:19 | Remove ul capability | Roberto E. Vargas Caballero | 1 | +0 | -1 |
2014-08-07 08:11 | Unset mode when clearing regions | Roberto E. Vargas Caballero | 1 | +6 | -2 |
2014-08-04 20:07 | Add error message when child exits whit error | Roberto E. Vargas Caballero | 1 | +5 | -6 |
2014-07-31 17:37 | Remove difference between fast and slow blinking | Roberto E. Vargas Caballero | 1 | +9 | -12 |
2014-07-26 07:48 | Fix disabling of bold and fastblink | Michael Forney | 1 | +2 | -8 |
2014-07-25 17:32 | Add info about Backspace and Delete to the FAQ | Wolfgang Corcoran-Mathe | 1 | +43 | -44 |
2014-07-24 17:56 | Add info about Backspace and Delete to the FAQ | Roberto E. Vargas Caballero | 1 | +58 | -0 |
2014-07-20 08:31 | Add information about librt and OpenBSD to the FAQ | Roberto E. Vargas Caballero | 1 | +3 | -3 |
2014-07-20 08:31 | Add information about librt and OpenBSD to the FAQ | Roberto E. Vargas Caballero | 1 | +3 | -1 |
2014-07-20 08:31 | Add information about librt and OpenBSD to the FAQ | Roberto E. Vargas Caballero | 1 | +7 | -0 |
2014-07-20 15:05 | Very minor grammar fixes in FAQ | Wolfgang Corcoran-Mathe | 1 | +6 | -6 |
2014-07-16 22:36 | Fix st with input method. | Weng Xuetian | 1 | +2 | -0 |
2014-07-14 14:05 | Changed inconsistent indent | Eric Pruitt | 1 | +1 | -1 |
2014-06-20 07:51 | Add 8 bit version of DCS, APC, PM, OSC | Roberto E. Vargas Caballero | 1 | +32 | -7 |
2014-06-20 07:51 | Add 8 bit version of HTS | Roberto E. Vargas Caballero | 1 | +3 | -1 |
2014-06-20 07:51 | Add 8 bit version of NEL | Roberto E. Vargas Caballero | 1 | +4 | -1 |
2014-06-20 07:51 | Add 8 bit version of DECID | Roberto E. Vargas Caballero | 1 | +4 | -1 |
2014-06-21 22:10 | Render faint attribute | Anders Eurenius | 1 | +9 | -1 |
2014-06-27 07:15 | Remove all strcmp and strlen calls on Glyph.c[] | Ivan Delalande | 1 | +16 | -26 |
2014-06-30 15:33 | Making surf compile again with rt. | Christoph Lohmann | 1 | +1 | -1 |
2014-06-21 18:32 | Render struck-out attribute | Anders Eurenius | 1 | +5 | -0 |
2014-06-21 18:30 | Render invisible attribute | Anders Eurenius | 1 | +3 | -0 |
2014-06-21 18:29 | Reorder and extend glyph attributes | Anders Eurenius | 1 | +46 | -14 |
2014-06-26 10:37 | Remove CEIL macro | Roberto E. Vargas Caballero | 2 | +4 | -4 |
2014-06-26 02:30 | Fixed wrong nanosecond factor 10E6. | Ivan Delalande | 1 | +3 | -3 |
2014-06-23 14:51 | Use monotonic clock to prevent timing issues | FRIGN | 1 | +13 | -14 |
2014-06-18 13:39 | Fix typo in config.def.h | Eric Pruitt | 1 | +2 | -2 |
2014-06-18 17:41 | update size hints on zoom | Troy Sankey | 1 | +1 | -0 |
2014-06-06 20:09 | Refactor the innermost loop of the xdraws function | Silvan Jegen | 1 | +14 | -20 |
2014-06-09 15:19 | FAQ: update typo and escape code for smkx | Hiltjo Posthuma | 1 | +2 | -2 |
2014-06-07 11:49 | Style police. | Christoph Lohmann | 1 | +3 | -2 |
2014-06-07 11:23 | Simplify tdeftrans | Roberto E. Vargas Caballero | 1 | +5 | -10 |
2014-06-06 12:08 | Remove unnecessary typedef | FRIGN | 1 | +0 | -1 |
2014-06-05 04:32 | Refactor selsnap SNAP_WORD. | Colona | 1 | +21 | -23 |
2014-06-04 04:47 | Fix rectangular selection. | Colona | 1 | +1 | -1 |
2014-06-03 15:55 | tiny cleanup | Hiltjo Posthuma | 1 | +2 | -5 |
2014-06-03 02:34 | Make selection consistent over line breaks. | Colona | 1 | +26 | -20 |
2014-06-01 15:08 | Fixing color and refactor xsetcolorname. | Christoph Lohmann | 1 | +50 | -38 |
2014-06-01 14:52 | Revert "Refactor xsetcolorname()" | Christoph Lohmann | 1 | +18 | -14 |
2014-05-25 10:13 | Refactor xsetcolorname() | FRIGN | 1 | +14 | -18 |
2014-05-31 21:24 | Don't report release events for mouse wheel | Balazs Kezes | 1 | +2 | -0 |
2014-06-01 13:54 | Fixing italic bold. | Christoph Lohmann | 1 | +7 | -2 |
2014-05-26 05:23 | Fixed copying empty lines inside selection. | Alexander | 1 | +1 | -1 |
2014-05-24 19:27 | Fix some more LICENSE changes. | Christoph Lohmann | 1 | +3 | -3 |
2014-05-24 19:07 | Add FRIGN to License, remove trailing whitespace | FRIGN | 1 | +2 | -1 |
2014-05-24 11:52 | Brightening is again on the TODO list. | Christoph Lohmann | 1 | +1 | -0 |
2014-05-24 11:48 | Fixing trailing whitespaces. | Christoph Lohmann | 1 | +3 | -3 |
2014-05-22 13:00 | Fix colour-model and simplify xloadcols() | FRIGN | 1 | +20 | -36 |
2014-05-12 12:39 | Allow mouse selection override using ShiftMask | Hiltjo Posthuma | 2 | +9 | -5 |
2014-05-09 15:12 | Redraw needs all dirty lines to have flash etc. work. | Christoph Lohmann | 1 | +1 | -0 |
2014-05-09 08:23 | End a sequence only on CAN, SUB, \a and C1s. | Colona | 1 | +8 | -6 |
2014-05-07 08:05 | Also clears ESC_START on interrupt characters during sequences. | Colona | 1 | +1 | -1 |
2014-04-25 14:26 | Consistent FALLTHROUGH comments. | noname | 1 | +3 | -3 |
2014-04-29 07:58 | Fix displaying control code | Roberto E. Vargas Caballero | 1 | +9 | -13 |
2014-04-29 06:58 | Remove ATTR_GFX and tselcs | Roberto E. Vargas Caballero | 1 | +8 | -22 |
2014-04-28 22:35 | Do not save cursor in tresize. | noname | 1 | +3 | -1 |
2014-04-27 11:16 | Simplify selected(). | noname | 1 | +6 | -11 |
2014-04-27 11:39 | Do not export chscale and cwscale. | noname | 1 | +2 | -2 |
2014-04-27 22:41 | Simplify xunloadfonts. | noname | 1 | +2 | -6 |
2014-04-27 11:40 | Remove one indentation level in getsel(). | noname | 1 | +45 | -46 |
2014-04-27 11:40 | Remove unused dump() function. | noname | 1 | +0 | -10 |
2014-04-27 11:39 | Add missing function prototypes. | noname | 1 | +5 | -0 |
2014-04-27 11:39 | Use MODBIT in xseturgency. | noname | 1 | +1 | -1 |
2014-04-27 11:39 | Compute ena_sel as one expression. | noname | 1 | +1 | -4 |
2014-04-27 08:25 | Simplify expressions in tputc() | Roberto E. Vargas Caballero | 1 | +9 | -9 |
2014-04-26 07:30 | Fix misplaced break | Roberto E. Vargas Caballero | 1 | +1 | -1 |
2014-04-26 07:24 | Create a function for DEC test | Roberto E. Vargas Caballero | 1 | +15 | -9 |
2014-04-28 16:32 | Fix tputc control code handling | Roberto E. Vargas Caballero | 1 | +8 | -12 |
2014-04-25 23:45 | Remove repeated initialisation of term.esc | Roberto E. Vargas Caballero | 1 | +6 | -18 |
2014-04-25 23:34 | Cancel DCS with SUB, CAN, ESC or any CC1 code | Roberto E. Vargas Caballero | 1 | +127 | -79 |
2014-04-26 21:50 | add break;s for last cases in switch statements | Markus Teich | 1 | +4 | -0 |
2014-04-25 22:12 | Do not eat ESC character if control string is not properly terminated. | noname | 1 | +3 | -5 |
2014-04-25 14:28 | Fix for multibyte characters in techo. | noname | 1 | +1 | -1 |
2014-04-25 14:27 | s/DSC/DCS/ DCS stands for DEVICE CONTROL STRING | noname | 1 | +2 | -2 |
2014-04-25 14:27 | Use xwrite instead of write. | noname | 1 | +3 | -3 |
2014-04-25 14:27 | Remove unnecessary break | noname | 1 | +0 | -1 |
2014-04-25 14:26 | Comment fix. | noname | 1 | +1 | -1 |
2014-04-24 18:35 | On terminal resize, clear the alt screen with its own cursor. | Colona | 1 | +2 | -0 |
2014-04-23 19:12 | Optimize tputtab. | noname | 1 | +12 | -16 |
2014-04-23 19:12 | Use != instead of ^ for logical values. | noname | 1 | +1 | -1 |
2014-04-23 19:12 | Use BETWEEN macro in xsetcolorname and fix style. | noname | 1 | +3 | -3 |
2014-04-25 20:34 | Conformity in the -g geometry handling. | Christoph Lohmann | 2 | +56 | -58 |
2014-04-25 15:24 | Simplify a bit more tdeletechar and tinsertblank | Roberto E. Vargas Caballero | 1 | +6 | -4 |
2014-04-22 22:08 | Simplify tdeletechar and tinsertblank and fix memory corruption. | noname | 1 | +12 | -18 |
2014-04-20 13:26 | Style fixes in tscrollup. | noname | 1 | +4 | -3 |
2014-04-20 13:26 | Do not set dirty flag twice in tscrollup and tscrolldown. | noname | 1 | +1 | -3 |
2014-04-20 13:26 | Use tsetdirt in tscrollup and tscrolldown. | noname | 1 | +4 | -6 |
2014-04-22 20:26 | Fix techo handling of control and multibyte characters. | noname | 1 | +2 | -2 |
2014-04-22 17:59 | Make xrealloc and xstrdup style consistent. | noname | 1 | +2 | -4 |
2014-04-22 17:59 | Use BETWEEN in tsetchar. | noname | 1 | +1 | -2 |
2014-04-22 17:59 | Use uint and uchar instead of unsigned int and unsigned char. | noname | 1 | +3 | -3 |
2014-04-22 17:59 | Remove argument names from function prototypes. | noname | 1 | +6 | -6 |
2014-04-22 17:59 | Style fix in tdumpsel. | noname | 1 | +1 | -2 |
2014-04-22 17:59 | Use BETWEEN in tinsertblankline and tdeleteline. | noname | 1 | +4 | -8 |
2014-04-22 17:22 | It's 2014 now. | Christoph Lohmann | 1 | +1 | -1 |
2014-04-20 09:08 | move MODBIT to Macros section | noname@inventati.org | 1 | +4 | -6 |
2014-04-20 11:41 | misplaced parenthesis in LEN macro | noname@inventati.org | 1 | +1 | -1 |
2014-04-20 11:15 | remove confusing SERRNO macro | Markus Teich | 1 | +7 | -8 |
2014-04-13 16:21 | Simplify techo | noname@inventati.org | 1 | +1 | -4 |
2014-04-05 16:54 | typedefs instead of #defines | noname@inventati.org | 1 | +5 | -5 |
2014-04-09 18:37 | fix cursor handling when alt screen is disabled | q@c9x.me | 1 | +3 | -0 |
2014-04-15 06:11 | Merge remote-tracking branch 'origin/master' into omaster | Roberto E. Vargas Caballero | 1 | +2 | -2 |
2014-04-11 16:11 | Removing two unnecessary gettimeofday(). | Christoph Lohmann | 1 | +2 | -2 |
2014-04-07 17:53 | Increment XSync consistency | Toaster Toaster | 1 | +1 | -1 |
2014-04-11 13:08 | Fix Backspace and Delete characters | Roberto E. Vargas Caballero | 2 | +1 | -4 |
2014-04-05 18:40 | 0.5 release. | Christoph Lohmann | 1 | +1 | -1 |
2014-04-05 18:39 | Updating the TODO in preparating for 0.5. | Christoph Lohmann | 1 | +0 | -5 |
2014-04-05 18:34 | There is no need for a full dirt redraw. | Christoph Lohmann | 1 | +0 | -1 |
2014-04-02 07:26 | Fixing a compiler warning with the assignment. | Christoph Lohmann | 1 | +1 | -1 |
2014-03-26 22:58 | Fix segfault when pressing PrintScr without a selection | Rafa Garcia Gallego | 1 | +4 | -3 |
2014-03-25 19:20 | new utf decoder | Damian Okrasa | 1 | +81 | -133 |
2014-03-10 14:16 | Merge branch 'master' of ssh://suckless.org/gitrepos/st | Roberto E. Vargas Caballero | 1 | +16 | -6 |
2014-02-01 10:11 | Add terminfo entries for printer | Roberto E. Vargas Caballero | 1 | +3 | -0 |
2014-02-01 12:41 | Add sequence for printing the current selection | Roberto E. Vargas Caballero | 2 | +30 | -3 |
2014-01-31 22:05 | Add key definition for printer sequences | Roberto E. Vargas Caballero | 2 | +14 | -0 |
2014-01-31 21:25 | Add MC for the full screen | Roberto E. Vargas Caballero | 1 | +11 | -0 |
2014-01-31 20:53 | Add MC for a single line | Roberto E. Vargas Caballero | 1 | +32 | -9 |
2014-03-01 10:04 | Style cleanup. | Christoph Lohmann | 1 | +14 | -5 |
2014-03-01 08:22 | Style matters. | Christoph Lohmann | 1 | +2 | -1 |
2014-01-31 19:57 | Add MC sequence | Roberto E. Vargas Caballero | 1 | +16 | -2 |
2014-02-01 10:12 | Add xstrdup function | Roberto E. Vargas Caballero | 1 | +12 | -1 |
2014-02-04 10:46 | Merge remote-tracking branch 'origin/master' | Roberto E. Vargas Caballero | 1 | +2 | -2 |
2014-02-03 19:54 | Removing the w3img support. | Christoph Lohmann | 1 | +2 | -2 |
2014-01-31 16:30 | Remove non defined behaviour in selcopy | Roberto E. Vargas Caballero | 1 | +5 | -4 |
2014-01-31 16:04 | Remove duplicated code in strhandle | Roberto E. Vargas Caballero | 1 | +10 | -14 |
2014-01-31 15:54 | Make Shift+Home equal to CLS in ascii mode | Roberto E. Vargas Caballero | 1 | +4 | -2 |
2014-01-31 13:18 | Make CONTROL + DELETE delete a line | Roberto E. Vargas Caballero | 1 | +2 | -2 |
2014-01-31 11:23 | Fix SHIFT+DEL definition | Roberto E. Vargas Caballero | 1 | +4 | -4 |
2014-01-19 16:48 | Use character scaling in XCopyArea | Eric Pruitt | 1 | +1 | -1 |
2014-01-11 11:54 | Make w3mimgdisplay work with st | Amadeusz Sławiński | 1 | +2 | -2 |
2014-01-03 14:24 | Fix truecolor escapes, when both bg and fg are set | Amadeusz Sławiński | 1 | +2 | -0 |
2013-12-17 20:14 | query pixel size from matched font | Eon S. Jeon | 1 | +17 | -7 |
2013-12-18 07:29 | Update arg.h from sbase | Roberto E. Vargas Caballero | 1 | +28 | -20 |
2013-12-17 17:45 | Prevent resizing stdin | Eon S. Jeon | 1 | +1 | -1 |
2013-10-20 17:16 | Replace alignment tabs with spaces. | Mark Edgar | 1 | +9 | -9 |
2013-10-20 16:18 | Fix comments in config.def.h to match field names. | Mark Edgar | 1 | +5 | -6 |
2013-12-15 15:45 | Fix definition of F28 key. | Mark Edgar | 1 | +1 | -1 |
2013-12-11 13:10 | Set _NET_WM_PID attribute | Eric Pruitt | 1 | +6 | -1 |
2013-12-06 15:22 | Fix rmul definition | Eric Pruitt | 1 | +1 | -1 |
2013-11-25 15:06 | Add stdint include | René Rietz | 1 | +1 | -0 |
2013-11-25 13:09 | Fix stupid bug in tdefcolor returning -1 in unsigned function | Roberto E. Vargas Caballero | 1 | +2 | -2 |
2013-11-24 09:20 | Use int instead of long for color | Johannes Hofmann | 1 | +6 | -6 |
2013-11-22 15:45 | add _NET_WM_NAME | Carlos J. Torres | 1 | +3 | -1 |
2013-10-19 13:13 | Simplify logic in kmap(). | Mark Edgar | 1 | +5 | -14 |
2013-10-19 12:56 | Simplify logic in match(). | Mark Edgar | 1 | +1 | -9 |
2013-10-28 18:18 | Merge remote-tracking branch 'origin/master' into omaster | Roberto E. Vargas Caballero | 1 | +5 | -2 |
2013-06-19 20:24 | Fixed lock up when system time jumps backwards | Rob Pilling | 1 | +5 | -2 |
2013-09-21 22:07 | Ignore numlock (Mod2Mask) for button events too. | Mark Edgar | 2 | +3 | -4 |
2013-10-06 10:19 | Avoid buffer overrun in bpress() | Mark Edgar | 1 | +2 | -2 |
2013-10-05 09:49 | New ttysend() function calls ttywrite() and techo(). Honor MODE_ECHO when pasting in selnotify(). | Mark Edgar | 1 | +12 | -11 |
2013-10-05 09:45 | Avoid buffer overrun in kpress() and remove limit on shortcut strings. | Mark Edgar | 1 | +18 | -17 |
2013-10-05 09:45 | Simplify Mod1 logic in kpress(), eliminating locals and a memcpy. | Mark Edgar | 1 | +10 | -13 |
2013-10-01 19:23 | Add support for multiple charset definitions | Roberto E. Vargas Caballero | 1 | +55 | -27 |
2013-10-02 19:06 | People, learn to keep to styles. Thanks. | Christoph Lohmann | 1 | +5 | -2 |
2013-10-01 18:02 | Fix save/restore cursor | Mihail Zenkov | 1 | +8 | -7 |
2013-10-01 18:01 | Add DSR cursor position sequence | Mihail Zenkov | 1 | +7 | -0 |
2013-09-21 21:33 | Fix core in multi-line selection on OpenBSD | Maurice Quennet | 1 | +1 | -1 |
2013-09-23 07:22 | Add bracketed paste mode | Egmont Koblinger | 1 | +8 | -0 |
2013-07-25 23:19 | Fix some bugs in mouse tracking logic | Michael Forney | 1 | +13 | -9 |
2013-09-12 18:52 | Default volume of the bell is 0. | Christoph Lohmann | 1 | +1 | -1 |
2013-09-12 18:41 | Add audible bell | Roberto E. Vargas Caballero | 2 | +8 | -0 |
2013-09-07 10:41 | Wide character support. | Christoph Lohmann | 2 | +68 | -17 |
2013-09-07 10:29 | Adding some contributors. Thanks to you all! | Christoph Lohmann | 1 | +7 | -1 |
2013-08-25 22:10 | Correctly initialize altscreen when defaultbg is not 0. | Mark Edgar | 2 | +6 | -17 |
2013-08-11 10:42 | Regarding commit 7e3cff3 | Eon S. Jeon | 1 | +3 | -3 |
2013-08-22 17:32 | Tmux is using C-b by default. | Christoph Lohmann | 1 | +1 | -1 |
2013-08-20 16:18 | Correcting the bitmask value check. | Christoph Lohmann | 1 | +1 | -1 |
2013-08-12 13:25 | Add terminfo definitions for terminals with meta key | Roberto E. Vargas Caballero | 2 | +22 | -4 |
2013-08-05 20:37 | Fix signess of tdefcolor | Eon S. Jeon | 1 | +3 | -3 |
2013-07-29 07:50 | Fixed memory leak in xsettitle(). | Alexander Sedov | 1 | +1 | -0 |
2013-07-25 23:24 | Fix blink mode check | Michael Forney | 1 | +2 | -2 |
2013-08-05 09:33 | Use character size scaling factors | Eric Pruitt | 3 | +17 | -8 |
2013-07-20 19:52 | Reload colors in reset | Roberto E. Vargas Caballero | 1 | +9 | -0 |
2013-07-19 18:34 | Add RGB color definition | Roberto E. Vargas Caballero | 1 | +85 | -34 |
2013-07-19 05:07 | Improved font caching | Eon S. Jeon | 1 | +22 | -41 |
2013-06-22 21:07 | fix: whitespace | Markus Teich | 2 | +64 | -64 |
2013-06-23 17:05 | Remove long text being cropped/wrapped to standard 80x24 on launch. | Alexander Sedov | 2 | +18 | -7 |
2013-06-22 21:06 | fix: consistent usage of bitmask operations on unicode functions | Markus Teich | 1 | +23 | -27 |
2013-06-22 21:05 | fix: do not need an extra variable for a single read | Markus Teich | 1 | +1 | -4 |
2013-06-23 08:33 | Fix match function bugs | Roberto E. Vargas Caballero | 1 | +5 | -5 |
2013-06-23 10:13 | Remove unneded call to draw | Roberto E. Vargas Caballero | 1 | +0 | -1 |
2013-06-23 10:09 | Fix selection clearing | Roberto E. Vargas Caballero | 1 | +5 | -9 |
2013-06-22 14:22 | fix PageUp Modifier Mask in config.def.h | Markus Teich | 1 | +1 | -1 |
2013-06-09 13:52 | Fixing title setting with the title argument. | Christoph Lohmann | 1 | +1 | -1 |
2013-06-06 17:09 | Adding xterm behaviour to setting the title. | Christoph Lohmann | 1 | +8 | -1 |
2013-06-01 12:39 | Bumping up the xfps so mouse motion won't reap the CPU. | Christoph Lohmann | 1 | +1 | -1 |
2013-06-01 12:37 | Adding true mouse motion support. | Christoph Lohmann | 1 | +55 | -32 |
2013-06-01 11:17 | This is a shorter bit handling in MODE_MOUSE. | Christoph Lohmann | 1 | +1 | -2 |
2013-06-01 11:13 | Add some comments about the other mouse reporting modes. | Christoph Lohmann | 1 | +8 | -1 |
2013-06-01 11:06 | Implementing mouse focus and all events. | Christoph Lohmann | 1 | +15 | -0 |
2013-06-01 10:23 | Fixing bad highlighting on first SNAP_WORD multiline select. | Christoph Lohmann | 1 | +2 | -3 |
2013-05-26 14:10 | Fixing the selection in a single line again. | Christoph Lohmann | 1 | +8 | -3 |
2013-05-26 11:07 | Fixing the selection scrolling and the selection naming. | Christoph Lohmann | 1 | +89 | -85 |
2013-05-11 19:59 | Lazy font unloading too. | Christoph Lohmann | 1 | +13 | -12 |
2013-05-11 06:54 | Lazy fontset loading. | Christoph Lohmann | 1 | +15 | -6 |
2013-05-06 17:50 | Removing an old select() regression. | Christoph Lohmann | 1 | +12 | -14 |
2013-05-04 17:04 | Allow more complex delimiters for word selections. | Christoph Lohmann | 2 | +11 | -2 |
2013-05-04 17:00 | Expand the last line with '\n' in case of overselection. | Christoph Lohmann | 1 | +16 | -1 |
2013-05-04 06:05 | Select to the end of row if end of line is reached. | Christoph Lohmann | 1 | +12 | -0 |
2013-05-04 06:01 | Better comments for the snapping code. | Christoph Lohmann | 1 | +9 | -0 |
2013-05-01 11:14 | More stable blinking. | Christoph Lohmann | 1 | +9 | -2 |
2013-04-28 19:32 | Explaining blinking for the dummies. | Christoph Lohmann | 1 | +4 | -1 |
2013-04-28 16:14 | Selection snapping is now considering wrapping. | Christoph Lohmann | 1 | +39 | -3 |
2013-04-28 15:42 | Add a possibility to modify the string sent by mouse buttons. | Christoph Lohmann | 2 | +30 | -6 |
2013-04-26 16:55 | Be more efficient in blinking. | Christoph Lohmann | 1 | +7 | -3 |
2013-04-26 16:41 | Enable blinking in st. | Christoph Lohmann | 3 | +74 | -14 |
2013-04-25 04:28 | Fixing the selection handling to allow one char selection. | Christoph Lohmann | 1 | +9 | -10 |
2013-04-24 19:30 | Fixing the selection issue in altscreens. | Christoph Lohmann | 1 | +3 | -3 |
2013-04-23 22:34 | Removed redundant check in draw code. | Alexander Sedov | 1 | +1 | -1 |
2013-04-23 18:34 | Fix selecting clearing and BCE | Roberto E. Vargas Caballero | 1 | +3 | -1 |
2013-04-23 17:37 | Now clipping is more clear. | Christoph Lohmann | 1 | +2 | -0 |
2013-04-23 17:17 | Removing the overdrawing of some fonts. | Christoph Lohmann | 1 | +11 | -0 |
2013-04-23 13:38 | Yes, rs2 != is2. | Christoph Lohmann | 1 | +1 | -1 |
2013-04-23 13:33 | There is no 8bit by default and reset 8bit too. | Christoph Lohmann | 1 | +2 | -3 |
2013-04-23 13:22 | Implementing 8 bit mode for meta. | Christoph Lohmann | 2 | +22 | -4 |
2013-04-21 11:01 | Adding wrap handling in selection. | Christoph Lohmann | 1 | +23 | -14 |
2013-04-15 06:28 | Added support for double/triple click+dragging. | Alexander Sedov | 1 | +63 | -27 |
2013-04-20 13:29 | 0.4.1 release. | Christoph Lohmann | 1 | +1 | -1 |
2013-04-19 19:11 | Making st compile on OpenBSD again. | Christoph Lohmann | 1 | +4 | -4 |
2013-04-18 08:47 | Selection now handles empty lines less counter-intuitively. | Alexander Sedov | 1 | +2 | -5 |
2013-04-18 04:51 | Removing trailing whitespace. | Christoph Lohmann | 1 | +1 | -1 |
2013-04-15 13:13 | Got rid of redundant Glyph state. | Alexander Sedov | 1 | +34 | -45 |
2013-04-18 04:41 | Removing unneeded comments. | Christoph Lohmann | 1 | +1 | -2 |
2013-04-14 20:12 | Got rid of code duplication in tnew() and tresize(). | Alexander Sedov | 1 | +3 | -15 |
2013-04-14 19:17 | Strip trailing spaces from lines when copying selection. | Alexander Sedov | 1 | +2 | -1 |
2013-04-14 16:30 | Enable BCE everywhere. | Christoph Lohmann | 1 | +25 | -28 |
2013-04-13 13:24 | Fix the geometry handling. | Christoph Lohmann | 2 | +5 | -0 |
2013-04-13 10:26 | \033 should be used in printf in the FAQ. | Christoph Lohmann | 1 | +1 | -1 |
2013-04-13 07:49 | Resize now uses xclear(). | Christoph Lohmann | 1 | +1 | -3 |
2013-04-13 07:44 | Drawing a more visible rectangle as cursor on unfocus. | Christoph Lohmann | 2 | +27 | -10 |
2013-04-13 06:51 | Patching while not really woken up. | Christoph Lohmann | 1 | +0 | -4 |
2013-04-13 06:50 | Minor naming issue fixed. | Christoph Lohmann | 1 | +4 | -4 |
2013-04-13 06:48 | Making the copy and pasting consistent. | Christoph Lohmann | 1 | +31 | -4 |
2013-04-09 21:13 | Convert FAQ into Markdown, to make it easier to integrate it into http://st.suckless.org/ | Kai Hendry | 1 | +26 | -36 |
2013-04-10 15:48 | Make st work with a plain -e command. | Christoph Lohmann | 1 | +2 | -1 |
2013-04-03 19:00 | Adopting arg.h with more flexible cmd handling. | Christoph Lohmann | 2 | +112 | -61 |
2013-04-03 18:42 | Add an option to disable alternative screens. | Christoph Lohmann | 3 | +16 | -4 |
2013-03-29 18:44 | Updating the TODO file for after 0.4. | Christoph Lohmann | 1 | +9 | -6 |
2013-03-29 18:13 | Releasing 0.4. | Christoph Lohmann | 1 | +1 | -1 |
2013-03-29 18:01 | Add the possibility to have default highlight colors. | Christoph Lohmann | 2 | +27 | -13 |
2013-03-29 17:45 | Adding PgUp + Ctrl. | Christoph Lohmann | 1 | +1 | -0 |
2013-03-29 17:43 | Adding PgUp and PgDown + Ctrl to config.def.h | Christoph Lohmann | 1 | +2 | -0 |
2013-03-29 17:39 | Removing an undefined case. just do regular selections. | Christoph Lohmann | 1 | +13 | -18 |
2013-03-20 20:19 | Making rectangular selection work again. | Christoph Lohmann | 1 | +1 | -4 |
2013-03-10 20:16 | Pange seems to use ascent + descent instead of height. | Christoph Lohmann | 1 | +1 | -1 |
2013-03-05 21:12 | Making st compile on OS X. | Christoph Lohmann | 1 | +1 | -1 |
2013-02-26 20:43 | Using strsep and fixing null termination in csiparse. | Christoph Lohmann | 2 | +8 | -9 |
2013-02-26 18:08 | Changing the way how paste is handled, just for the nano people. | Christoph Lohmann | 1 | +1 | -1 |
2013-02-26 18:07 | Fixing a bug while parsing empty arguments in csiparse. | Christoph Lohmann | 1 | +2 | -2 |
2013-02-26 17:19 | Fixing bugs in the strtol and strtok_r replacements. | Christoph Lohmann | 1 | +17 | -23 |
2013-02-25 12:36 | Using strtok_r for the string parsing. | Christoph Lohmann | 1 | +14 | -18 |
2013-02-25 12:23 | Using strtol with overflow checking. | Christoph Lohmann | 1 | +12 | -6 |
2013-02-23 20:50 | Add insert for the primary clipboard to MOD + Shift + Ins. | Christoph Lohmann | 2 | +15 | -3 |
2013-02-23 20:44 | Removing dbe and introducing umlauts to titles. | Christoph Lohmann | 1 | +39 | -53 |
2013-02-23 20:20 | Add umlaut support for title change. | Christoph Lohmann | 2 | +12 | -12 |
2013-02-23 20:17 | Replace parse_int with atoi(). | Christoph Lohmann | 1 | +8 | -23 |
2013-02-19 17:39 | Added basic xterm-ish palette swap support. | Alexander Sedov | 1 | +93 | -18 |
2013-02-19 18:08 | Implement rectangular mouse selection. | Christoph Lohmann | 2 | +66 | -14 |
2013-02-18 17:31 | ensure that the italic font has the same weight as the normal font | joe9 | 1 | +7 | -9 |
2013-02-19 15:04 | Style inquisition. | Christoph Lohmann | 1 | +22 | -22 |
2013-02-19 14:51 | Fixing the reverse mode of st colors. | Christoph Lohmann | 1 | +1 | -1 |
2013-02-16 12:57 | Adding a way to ignore bits in the state. | Christoph Lohmann | 2 | +9 | -0 |
2013-02-15 18:36 | Style inquisition. | Christoph Lohmann | 1 | +2 | -2 |
2013-02-15 18:34 | The refresh rate for the action needs to be high too. | Christoph Lohmann | 1 | +1 | -1 |
2013-02-15 18:32 | Changing the fps to something reasonable high. | Christoph Lohmann | 1 | +1 | -1 |
2013-02-15 18:30 | Doing it like the new run() was proposed. | Christoph Lohmann | 2 | +17 | -24 |
2013-02-15 18:10 | Adding a more efficient drawing code. | Christoph Lohmann | 2 | +42 | -28 |
2013-02-15 16:45 | Tmux wants this to be mutually exclusive. | Christoph Lohmann | 1 | +2 | -0 |
2013-02-13 20:35 | Adding mor explict font patterns. | Christoph Lohmann | 1 | +3 | -0 |
2013-02-11 21:20 | Making st not activate the cursor in case of Mod + k in dwm. | Christoph Lohmann | 1 | +5 | -0 |
2013-02-10 15:36 | Setting the surrounding border to defaultbg. | Christoph Lohmann | 1 | +3 | -3 |
2013-02-08 19:24 | Removing some debug messages. | Christoph Lohmann | 1 | +0 | -2 |
2013-01-27 16:48 | Fixing the menus in mc. | Christoph Lohmann | 1 | +2 | -2 |
2013-01-27 12:26 | Fixing the black remaining lines in mc and dialog. | Christoph Lohmann | 1 | +15 | -12 |
2013-01-26 14:13 | Adding extended mouse reporting in st. | Christoph Lohmann | 1 | +26 | -9 |
2013-01-20 16:13 | Removing the debug messages again. | Christoph Lohmann | 1 | +0 | -2 |
2013-01-20 16:12 | Fixing the clipboard copying to st itself. | Christoph Lohmann | 1 | +9 | -2 |
2013-01-20 14:12 | St is in 2013 now. | Christoph Lohmann | 1 | +1 | -1 |
2013-01-20 13:55 | Removing BCE from the TODO list. | Christoph Lohmann | 1 | +0 | -1 |
2013-01-20 13:54 | Implementing Back Color Erase (BCE). | Christoph Lohmann | 2 | +40 | -25 |
2013-01-19 17:38 | Make line drawing work again. | Christoph Lohmann | 1 | +6 | -3 |
2013-01-19 14:49 | Yes, xft should be on the buffer. Thanks Mihail Zenkov. | Christoph Lohmann | 1 | +1 | -2 |
2013-01-19 14:00 | Trying out the double buffering without dbe. | Christoph Lohmann | 1 | +39 | -11 |
2013-01-19 08:13 | Dbe is not required anymore. | Christoph Lohmann | 1 | +15 | -7 |
2013-01-18 18:22 | Adding the FAQ entry for zsh. | Christoph Lohmann | 1 | +23 | -3 |
2013-01-18 18:11 | The title can now be set with UTF-8 characters. | Christoph Lohmann | 1 | +24 | -10 |
2013-01-16 17:53 | Adding a nasty resize bug. Maybe it can be fixed. | Christoph Lohmann | 1 | +4 | -0 |
2013-01-09 16:36 | Removing the .hgtags file. Thanks ilf. | Christoph Lohmann | 1 | +0 | -5 |
2013-01-08 19:36 | Standout mode has changed. Thanks p37sitdu@lavabit.com! | Christoph Lohmann | 1 | +2 | -2 |
2013-01-08 19:09 | A different double buffering strategy so the background is default set. | Christoph Lohmann | 1 | +1 | -1 |
2013-01-08 18:46 | Standout is now reverse. This makes bsd-games work in st. | Christoph Lohmann | 1 | +2 | -2 |
2013-01-07 18:53 | Adding an FAQ entry for the keypad handling. | Christoph Lohmann | 1 | +35 | -0 |
2013-01-06 08:52 | Synchronizing the FAQ of the website and the repository. | Christoph Lohmann | 1 | +33 | -1 |
2013-01-05 19:56 | Damn, my fault. The cache should have at least some entries. | Christoph Lohmann | 1 | +1 | -1 |
2013-01-05 19:30 | Applying the changes to the docs; by Peter Hartman. | Christoph Lohmann | 3 | +5 | -8 |
2013-01-04 19:52 | Making the fontconfig and freetype paths portable in config.mk. | Christoph Lohmann | 1 | +6 | -2 |
2013-01-01 12:15 | A fix for the XopenIM() errors. | Christoph Lohmann | 1 | +11 | -3 |
2012-12-30 16:35 | Increasing font cache for speeding up UTF8 demos. | Christoph Lohmann | 1 | +1 | -1 |
2012-12-30 16:35 | Removing the warning about extents. | Christoph Lohmann | 1 | +0 | -1 |
2012-12-29 15:24 | Fixing the font unloading in case of zoom. | Christoph Lohmann | 1 | +1 | -1 |
2012-12-29 14:03 | Speeding up the drawing, then all characters are known. | Christoph Lohmann | 1 | +99 | -77 |
2012-12-28 22:52 | Adding fallback support to st. | Christoph Lohmann | 1 | +188 | -13 |
2012-12-22 18:50 | Fixing a compile error. | Christoph Lohmann | 1 | +1 | -1 |
2012-12-22 12:39 | Fixing a off-by-one error in the penultimate row drawing. | Christoph Lohmann | 1 | +9 | -6 |
2012-12-18 12:00 | Fixing a precedence problem. Thanks tridactyla! | Christoph Lohmann | 2 | +3 | -2 |
2012-12-13 19:57 | Checking for the lower X11 special keys too. Thanks Benjamin R. Haskell! | Christoph Lohmann | 1 | +1 | -1 |
2012-12-11 07:32 | Adding error checks for XCreateIC and XOpenIM. | Christoph Lohmann | 2 | +4 | -1 |
2012-12-10 22:02 | Be careful about mar77i's patches. | Christoph Lohmann | 2 | +7 | -6 |
2012-12-10 19:45 | Fixing the nasty selection bug. Thanks p37sitdu@lavabit.com! | Christoph Lohmann | 1 | +17 | -14 |
2012-12-10 14:02 | Applying the patch of mar771 right. | Christoph Lohmann | 1 | +4 | -4 |
2012-12-09 20:39 | Applying the change of the Del key assingment. Thanks Martti Kühne! | Christoph Lohmann | 1 | +2 | -2 |
2012-11-25 21:13 | Add support for End key | Roberto E. Vargas Caballero | 2 | +10 | -2 |
2012-11-25 21:13 | Add support for Supr key | Roberto E. Vargas Caballero | 2 | +14 | -4 |
2012-11-25 21:13 | Add support for insert key | Roberto E. Vargas Caballero | 2 | +15 | -4 |
2012-11-25 21:13 | Fix value of ka1 terminfo capability | Roberto E. Vargas Caballero | 1 | +1 | -1 |
2012-11-25 14:59 | Add a notice in the config.def.h file how to obtain the syntax for | Christoph Lohmann | 1 | +5 | -1 |
2012-11-25 08:23 | The style inquisition was here. | Christoph Lohmann | 1 | +2 | -2 |
2012-11-25 08:23 | Add key for toogling numlock handling | Roberto E. Vargas Caballero | 2 | +33 | -18 |
2012-11-21 19:38 | Fixing the calculation of the base tty pixel size. | Christoph Lohmann | 1 | +8 | -8 |
2012-11-19 16:22 | Restoring the Alt + Backspace functionality. Thanks Brandon Invergo! | Christoph Lohmann | 1 | +1 | -1 |
2012-11-16 10:32 | Add application cursor sequences for Home | Roberto E. Vargas Caballero | 1 | +4 | -3 |
2012-11-16 04:43 | Fixing some key issues with mc. Thanks nsz! | Christoph Lohmann | 1 | +1 | -0 |
2012-11-15 20:42 | Getbuttoninfo is always used the same and just a helper function. Shrinking it | Christoph Lohmann | 1 | +5 | -8 |
2012-11-15 19:57 | Fix speech error in comment | Roberto E. Vargas Caballero | 1 | +1 | -1 |
2012-11-15 19:57 | Remove unused fields in cursor_movement | Roberto E. Vargas Caballero | 1 | +0 | -4 |
2012-11-15 19:25 | Removing my debug fprintf(). | Christoph Lohmann | 1 | +1 | -4 |
2012-11-15 19:19 | Optimizing the key lookup to the X11 function key. It is still possible to | Christoph Lohmann | 2 | +20 | -0 |
2012-11-15 19:03 | Making all function keys accessible. | Christoph Lohmann | 1 | +12 | -12 |
2012-11-15 19:00 | Adding support for XK_F35. | Christoph Lohmann | 1 | +33 | -10 |
2012-11-15 18:01 | Fix Shift + Insert shortcut | Roberto E. Vargas Caballero | 1 | +20 | -15 |
2012-11-15 15:36 | Changing the TODO to the current state. | Christoph Lohmann | 1 | +7 | -2 |
2012-11-15 15:26 | Fixing the return and keypad enter sent characters. Terminals produce \r. And | Christoph Lohmann | 2 | +10 | -6 |
2012-11-15 15:21 | Import the patch of Eckehard Berns to add insert mode. Thanks! | Christoph Lohmann | 2 | +6 | -0 |
2012-11-15 14:57 | The crlf mode was reversed. | Christoph Lohmann | 1 | +4 | -4 |
2012-11-15 14:54 | Fixing Return in non-crlf mode. | Christoph Lohmann | 1 | +2 | -2 |
2012-11-15 14:36 | Use XK_ANY_MOD instead of XK_NO_MOD in key definition | Roberto E. Vargas Caballero | 1 | +59 | -55 |
2012-11-15 14:36 | Fix XK_NO_MOD and XK_ANY_MOD behavior | Roberto E. Vargas Caballero | 1 | +7 | -5 |
2012-11-14 10:14 | Fix tab key | Roberto E. Vargas Caballero | 2 | +2 | -2 |
2012-11-14 05:37 | Fixing the tab key, when no mask is wanted. | Christoph Lohmann | 1 | +6 | -1 |
2012-11-13 19:13 | The style inquisition was here again. | Christoph Lohmann | 3 | +13 | -6 |
2012-11-13 19:05 | Add missed key definitions | Roberto E. Vargas Caballero | 3 | +169 | -9 |
2012-11-13 19:04 | Add control and meta combinations for arrow keys | Roberto E. Vargas Caballero | 2 | +16 | -8 |
2012-11-13 19:04 | Fix arrow keys terminfo capabilities | Roberto E. Vargas Caballero | 1 | +4 | -4 |
2012-11-13 19:04 | Remove hardcoded keys form kpress | Roberto E. Vargas Caballero | 2 | +79 | -62 |
2012-11-13 19:04 | Move Shift + Insert to shortcut | Roberto E. Vargas Caballero | 2 | +4 | -10 |
2012-11-13 19:04 | Fix keypad mode and cursor mode | Roberto E. Vargas Caballero | 2 | +5 | -4 |
2012-11-13 19:04 | Add SRM sequence | Roberto E. Vargas Caballero | 1 | +56 | -20 |
2012-11-11 18:46 | Gc is not used anymore. | Christoph Lohmann | 1 | +0 | -3 |
2012-11-11 18:38 | Removing some xft naming cruft. | Christoph Lohmann | 1 | +43 | -39 |
2012-11-08 16:22 | Moving the alt declaration to the beginning of the function. | Christoph Lohmann | 1 | +2 | -1 |
2012-11-08 16:22 | Move unsupported sequences to ignored. | Roberto E. Vargas Caballero | 1 | +7 | -7 |
2012-11-08 16:21 | Ignore DECARM sequence | Roberto E. Vargas Caballero | 1 | +1 | -2 |
2012-11-08 16:21 | Fix VPR sequence | Roberto E. Vargas Caballero | 1 | +2 | -2 |
2012-11-08 16:21 | Add DECOM sequence | Roberto E. Vargas Caballero | 1 | +26 | -7 |
2012-11-08 16:20 | Save cursor position in terminal reset | Roberto E. Vargas Caballero | 1 | +2 | -0 |
2012-11-08 16:17 | Clarify some or exclusive expressions | Roberto E. Vargas Caballero | 1 | +7 | -7 |
2012-11-08 16:15 | Fix bug restoring cursor position | Roberto E. Vargas Caballero | 1 | +6 | -6 |
2012-11-06 22:44 | Adding scrollwheel support. Thanks Brandon Invergo! | Christoph Lohmann | 1 | +12 | -7 |
2012-11-05 03:02 | Changing the license to MIT/X. | Christoph Lohmann | 1 | +22 | -25 |
2012-11-03 23:04 | Fixing meta+return. Thanks Szabolcs Nagy! | Christoph Lohmann | 1 | +3 | -0 |
2012-11-03 13:05 | Removing the debugging for the last fix too. | Christoph Lohmann | 1 | +0 | -2 |
2012-11-03 13:05 | Fixing a resize bug, if a smaller amount than the lineheight is resized. | Christoph Lohmann | 1 | +2 | -2 |
2012-11-03 12:43 | Fixing bold fonts in reverse mode. | Christoph Lohmann | 1 | +3 | -3 |
2012-11-03 07:35 | Now italic and bold works. | Christoph Lohmann | 1 | +1 | -1 |
2012-11-03 02:24 | Fixing an out-of-bound bug in the selection code. Thanks Szabolczs Nagy! | Christoph Lohmann | 2 | +24 | -9 |
2012-11-02 22:19 | Fixing the italic-bold font check. Thanks nsz. | Christoph Lohmann | 1 | +1 | -1 |
2012-11-02 19:08 | Added tag 0.3 for changeset 9d54ce4daf34 | Christoph Lohmann | 1 | +1 | -0 |
2012-11-02 19:08 | 0.3 release. | Christoph Lohmann | 1 | +1 | -1 |
2012-11-02 19:07 | Make it possible to use the corefont font description too. It is not very | Christoph Lohmann | 1 | +6 | -1 |
2012-11-02 18:56 | Moving to the dwm config.h variable usage. | Christoph Lohmann | 2 | +72 | -68 |
2012-10-31 19:36 | Adding a FAQ to reference utmp(1). | Christoph Lohmann | 1 | +8 | -0 |
2012-10-31 19:35 | Cleaning up the TODO file. | Christoph Lohmann | 1 | +0 | -4 |
2012-10-28 13:13 | Removing the now senseless comment in config.def.h. Thanks to bnwe! | Christoph Lohmann | 1 | +0 | -4 |
2012-10-28 12:37 | Applying the patch of the little girl <yui@blekksprut.net> to make cjk input | Christoph Lohmann | 1 | +4 | -1 |
2012-10-28 12:35 | Applying the tab expansion patch from koga. | Christoph Lohmann | 1 | +13 | -9 |
2012-10-28 12:25 | Adding a more flexible fontstring handling, shortcuts and a zoom function. | Christoph Lohmann | 3 | +128 | -76 |
2012-10-28 05:54 | Applying the patch of Roberto Caballero to set WINDOWID and all the pwuid() | Christoph Lohmann | 1 | +14 | -1 |
2012-10-28 05:32 | Applying the patch of Rafa Garcia Gallega <rafael.garcia.gallego@gmail.com> to | Christoph Lohmann | 1 | +6 | -5 |
2012-10-28 05:27 | Add error control to iofile | Roberto E. Vargas Caballero | 1 | +30 | -9 |
2012-10-09 17:40 | Well, I was confused. Damn state exams. Instead of discussing this shit I | Christoph Lohmann | 1 | +1 | -4 |
2012-10-09 17:33 | If there is really someone without SHELL set, help him/her. | Christoph Lohmann | 1 | +3 | -0 |
2012-10-07 09:06 | Add DEC alignment test | Roberto E. Vargas Caballero | 1 | +23 | -8 |
2012-10-07 09:06 | Avoid initialization of vt100_0 in each call to tsetchar | Roberto E. Vargas Caballero | 1 | +1 | -1 |
2012-10-07 09:06 | Fix Identification sequences | Roberto E. Vargas Caballero | 1 | +3 | -2 |
2012-10-06 19:19 | Add DA and DECID sequences | Roberto E. Vargas Caballero | 1 | +9 | -0 |
2012-10-06 19:02 | Fixing a typo. | Christoph Lohmann | 1 | +1 | -1 |
2012-10-06 18:52 | Fixing a off-by-one error in the new border clearing code. | Christoph Lohmann | 1 | +1 | -1 |
2012-10-06 17:15 | Print control codes only in graphic mode | Roberto E. Vargas Caballero | 1 | +87 | -73 |
2012-10-06 17:13 | Add SI and SO control codes | Roberto E. Vargas Caballero | 1 | +5 | -2 |
2012-10-06 17:13 | Add SUB and CAN control codes | Roberto E. Vargas Caballero | 1 | +5 | -2 |
2012-10-06 17:12 | Add documentation to control codes | Roberto E. Vargas Caballero | 1 | +19 | -9 |
2012-10-06 11:45 | Forgot to remove the xclearborders() definition from the last commit. | Christoph Lohmann | 1 | +0 | -1 |
2012-10-06 11:43 | Removing the xclearborders() hack. St now cleans up the parts of the border, | Christoph Lohmann | 1 | +31 | -28 |
2012-10-06 07:58 | The style inquisition was here. Yes, making it a unified style. The last | Christoph Lohmann | 1 | +230 | -135 |
2012-10-05 20:59 | Adding the patch of David Dufberg Töttrup to implement WM_DELETE_WINDOW. Thank you! | Christoph Lohmann | 1 | +12 | -3 |
2012-10-05 20:51 | Fixing the brightening on bold. For the 256 colors and greyscale I assumed a | Christoph Lohmann | 1 | +18 | -1 |
2012-10-05 09:07 | Turning on antialias by default really makes it more unreadable. Maybe if once | Christoph Lohmann | 1 | +1 | -1 |
2012-10-05 07:38 | When the drawing behaviour was changed underline was not corrected. | Christoph Lohmann | 1 | +1 | -1 |
2012-10-04 20:59 | This adds the fontcache dependency to try something out. Additionally the | Christoph Lohmann | 3 | +69 | -31 |
2012-10-02 10:48 | Thanks to c00kiemon5ter. Not changing bold to bright colors seems to be the | Christoph Lohmann | 1 | +1 | -3 |
2012-09-30 18:23 | Removing the now obsolete definitions from the config.def.h file. | Christoph Lohmann | 1 | +0 | -3 |
2012-09-30 18:23 | This changes -f to be the parameter for the font. Now -f is -o. | Christoph Lohmann | 2 | +47 | -28 |
2012-09-30 18:10 | Remove the cruft of the user to have to define the different font styles. | Christoph Lohmann | 1 | +55 | -5 |
2012-09-29 09:23 | We need all the colors to be available, so die() on some not available. | Christoph Lohmann | 1 | +2 | -8 |
2012-09-29 09:17 | All xcolors are not Xft colors and the clearing of the borders has been | Christoph Lohmann | 1 | +53 | -30 |
2012-09-27 17:28 | Vt escape sequences allow escape sequences in escape sequences and escape | Christoph Lohmann | 1 | +3 | -0 |
2012-09-26 18:55 | Allow control characters inside escape sequences | Roberto E. Vargas Caballero | 1 | +34 | -34 |
2012-09-26 18:53 | Ignore all control characters not handled | Roberto E. Vargas Caballero | 1 | +10 | -10 |
2012-09-26 18:21 | Switching to Liberation Mono as default solely because of line drawing. A next | Christoph Lohmann | 1 | +1 | -1 |
2012-09-26 18:21 | Implementing line drawing right. | Christoph Lohmann | 2 | +36 | -24 |
2012-09-25 19:39 | A reset should reset the line drawing too. | Christoph Lohmann | 1 | +1 | -1 |
2012-09-25 19:17 | Enabling enacs and adding compatibility to xterm and urxvt for alternative | Christoph Lohmann | 2 | +2 | -0 |
2012-09-25 19:04 | Fix bug in tputc writing to io file | Roberto E. Vargas Caballero | 1 | +4 | -4 |
2012-09-24 12:01 | Changing the default font to DejaVu Sans Mono, which is more appealing and | Christoph Lohmann | 1 | +1 | -1 |
2012-09-24 09:04 | The xinit() call needs to be behind all the tty init, otherwise all the | Christoph Lohmann | 1 | +3 | -2 |
2012-09-24 08:31 | Adding a TODO for xft fallback. | Christoph Lohmann | 1 | +1 | -0 |
2012-09-24 08:29 | Add some documentetion to tsetmode | Roberto E. Vargas Caballero | 1 | +21 | -5 |
2012-09-24 08:28 | Fix LNM sequence | Roberto E. Vargas Caballero | 1 | +3 | -3 |
2012-09-24 08:28 | Add KAM sequence | Roberto E. Vargas Caballero | 1 | +7 | -1 |
2012-09-24 08:27 | Remove unused parameters in ttyresize | Roberto E. Vargas Caballero | 1 | +3 | -3 |
2012-09-24 08:26 | Clear X window in tsetreset() | Roberto E. Vargas Caballero | 1 | +2 | -1 |
2012-09-24 08:24 | Merging xft and current st heads. | Christoph Lohmann | 1 | +4 | -4 |
2012-09-24 08:20 | Initial Xft support for st. More to follow. | Christoph Lohmann | 3 | +65 | -78 |
2012-09-19 14:03 | use typedef'd unsigned type and regular bool type. | Aurélien Aptel | 1 | +4 | -4 |
2012-09-18 17:13 | config.def.h: typo in comment. | Aurélien Aptel | 1 | +1 | -1 |
2012-09-18 17:08 | LEGACY: typo. | Aurélien Aptel | 1 | +1 | -1 |
2012-09-17 21:14 | Redrawing is fixed. | Christoph Lohmann | 1 | +0 | -1 |
2012-09-17 20:44 | Fixing the redrawing patch of k0ga, so it's using xclear() in redraw() too. | Christoph Lohmann | 1 | +9 | -7 |
2012-09-17 20:13 | Clean windows display after resizing | Roberto E. Vargas Caballero | 1 | +3 | -0 |
2012-09-17 20:13 | Copy non set positions as spaces | Roberto E. Vargas Caballero | 1 | +10 | -7 |
2012-09-17 20:11 | Add newline in error messages | Roberto E. Vargas Caballero | 1 | +2 | -2 |
2012-09-17 20:11 | Add xcalloc wrapper | Roberto E. Vargas Caballero | 1 | +11 | -2 |
2012-09-16 18:43 | Applying a shortening proposal for the run loop of k0ga. | Christoph Lohmann | 1 | +8 | -11 |
2012-09-16 12:02 | Remove call to draw in resize | Roberto E. Vargas Caballero | 1 | +1 | -2 |
2012-09-16 11:59 | Adding some more fields to the manpage, like authors, license etc. | Christoph Lohmann | 1 | +15 | -1 |
2012-09-16 11:50 | Remove some solved issues and add some new. | Christoph Lohmann | 1 | +6 | -2 |
2012-09-16 11:22 | Preliminary solution to the stuttering problem. | Christoph Lohmann | 1 | +24 | -3 |
2012-09-16 08:49 | Fix selection bug | Roberto E. Vargas Caballero | 1 | +4 | -1 |
2012-09-16 08:48 | Render only once in each main loop iteration | Roberto E. Vargas Caballero | 1 | +6 | -23 |
2012-09-16 08:47 | Remove timeout in the main loop | Roberto E. Vargas Caballero | 2 | +3 | -25 |
2012-09-16 08:46 | Call XSync in redraw | Roberto E. Vargas Caballero | 1 | +1 | -0 |
2012-09-16 08:45 | Call XdbeQueryExtension before of calling any Xdbe function | Roberto E. Vargas Caballero | 1 | +3 | -2 |
2012-09-14 17:46 | Implementing italic-bold. This will require an increase of the avgWdth. | Christoph Lohmann | 2 | +13 | -6 |
2012-09-13 21:21 | Ignore NUL character as a padding character. Telnet may use this. Patch of | Christoph Lohmann | 1 | +2 | -0 |
2012-09-13 21:19 | Importing the patch of Roberto Vargas to inherit signal handlers. | Christoph Lohmann | 1 | +7 | -0 |
2012-09-13 05:16 | Reset window title on terminal reset too. | Christoph Lohmann | 1 | +8 | -1 |
2012-09-13 05:04 | Adding a statemant on legacy support. | Christoph Lohmann | 1 | +17 | -0 |
2012-09-13 05:04 | Adding another bold off sequence. | Christoph Lohmann | 1 | +1 | -0 |
2012-09-12 19:51 | Remove buffering to fileio instead of calling fflush | Roberto E. Vargas Caballero | 1 | +5 | -7 |
2012-09-12 19:25 | Add xmalloc and xrealloc wrappers | Roberto E. Vargas Caballero | 1 | +31 | -13 |
2012-09-12 11:20 | Make nyancat(1) work. Important release feature! | Christoph Lohmann | 1 | +1 | -1 |
2012-09-12 11:08 | Add preliminary blink stubs. Real implementation is still missing. | Christoph Lohmann | 1 | +8 | -1 |
2012-09-12 11:00 | Add another obscure way to set a window title. | Christoph Lohmann | 1 | +4 | -0 |
2012-09-10 11:39 | Fixing the too small window in non-tiling window managers. | Christoph Lohmann | 1 | +11 | -11 |
2012-09-06 06:02 | Making the selection work again. | Christoph Lohmann | 1 | +0 | -1 |
2012-09-05 22:00 | Allow simpler stdout -f handling. | Christoph Lohmann | 1 | +9 | -3 |
2012-09-05 21:38 | Adding instantenous debug output and fixing italic with a reset. | Christoph Lohmann | 1 | +5 | -2 |
2012-09-05 21:06 | Adding the removal of the timeouts to the TODO. | Christoph Lohmann | 1 | +1 | -0 |
2012-09-05 20:39 | Removing masks for unhandled enter and leaving events. | Christoph Lohmann | 1 | +1 | -3 |
2012-09-05 20:17 | If the selection is cleared, draw() and do it on button press too. | Christoph Lohmann | 1 | +2 | -0 |
2012-09-05 19:55 | Unhighlight selection when selection is owner by other window | Roberto E. Vargas Caballero | 1 | +9 | -0 |
2012-09-05 19:54 | Forcing the parameter limit to xcopy() and selpaste(). Thanks to Rob Pilling. | Christoph Lohmann | 1 | +2 | -2 |
2012-09-05 19:52 | Removing unneeded arguments to copy(). Thanks to Andrew Hills. | Christoph Lohmann | 1 | +2 | -2 |
2012-09-05 19:48 | Implement italic font support. | Christoph Lohmann | 4 | +32 | -19 |
2012-09-04 23:32 | Add to TODO to make function keys work. | Christoph Lohmann | 1 | +5 | -0 |
2012-09-04 23:25 | Enable keypad set and unset commands. | Christoph Lohmann | 1 | +2 | -0 |
2012-09-04 22:58 | Disable BCE again. | Christoph Lohmann | 2 | +2 | -1 |
2012-09-04 22:09 | Removing the resize issue from the TODO file. | Christoph Lohmann | 1 | +0 | -1 |
2012-09-04 22:08 | Fixing the resizing behaviour. | Christoph Lohmann | 1 | +4 | -0 |
2012-09-04 20:51 | Forgot one line. It's late. | Christoph Lohmann | 1 | +0 | -1 |
2012-09-04 20:44 | Cleaning up the fixed window size and the resizing of clients. | Christoph Lohmann | 1 | +10 | -4 |
2012-09-04 20:06 | Another thing for TODO – resize. | Christoph Lohmann | 1 | +1 | -0 |
2012-09-04 20:05 | Updating the TODO and enabling BCE. | Christoph Lohmann | 2 | +5 | -6 |
2012-09-04 19:56 | CUP == HVP; CHA == HPA; | Christoph Lohmann | 1 | +2 | -2 |
2012-09-04 18:34 | Unifying the old style. | Christoph Lohmann | 1 | +24 | -23 |
2012-09-04 18:33 | Check alternative screen before drawing box selection | Roberto E. Vargas Caballero | 1 | +6 | -1 |
2012-09-04 18:31 | Add newline to stderr message | Roberto E. Vargas Caballero | 1 | +1 | -1 |
2012-09-03 21:09 | Fixing the border pixel when there is a negative position. | Christoph Lohmann | 1 | +3 | -3 |
2012-09-03 21:02 | Add -g geometry to st and the manpage. | Christoph Lohmann | 2 | +72 | -18 |
2012-09-03 19:54 | Fixing a type in in2 in the st.info. | Christoph Lohmann | 1 | +1 | -1 |
2012-09-03 19:52 | Force redisplay of all lines in DECSCNM | Roberto E. Vargas Caballero | 1 | +11 | -1 |
2012-09-03 19:52 | Add write I/O to file | Roberto E. Vargas Caballero | 2 | +19 | -1 |
2012-09-03 19:50 | Patch from Roberto Vargas. »Add initialization strings in terminfo« | Christoph Lohmann | 1 | +3 | -0 |
2012-09-02 17:53 | Add standout mode. | Christoph Lohmann | 2 | +9 | -3 |
2012-09-02 17:43 | Cleaning up lonely tabs. | Christoph Lohmann | 1 | +23 | -23 |
2012-09-02 17:42 | Make it more obvious where the wrong attribute is used. | Christoph Lohmann | 1 | +3 | -4 |
2012-09-02 17:09 | Enable multiple arguments in SM and RM | Roberto E. Vargas Caballero | 1 | +76 | -104 |
2012-09-02 17:08 | Add vpa terminfo capability | Roberto E. Vargas Caballero | 1 | +2 | -0 |
2012-08-30 19:19 | Silencing the compiler but keeping strparse. | Christoph Lohmann | 1 | +5 | -0 |
2012-08-30 19:17 | Applying the CBT patch of Roberto Vargas. Thanks. | Christoph Lohmann | 1 | +36 | -23 |
2012-08-30 05:38 | Never trust terminfo fata morganas. And adding other xterm compatibility. | Christoph Lohmann | 1 | +2 | -5 |
2012-08-29 21:14 | Add OSC, DSC, PM, APC and settitle. | Christoph Lohmann | 2 | +191 | -89 |
2012-08-29 19:13 | Adding setb and setf and a comment about terminfo installation. | Christoph Lohmann | 2 | +4 | -0 |
2012-08-29 18:05 | Add CHT sequence | Roberto E. Vargas Caballero | 1 | +5 | -0 |
2012-08-29 18:01 | Applying the patches of k0ga and changing the LICENSE file in the appropriate | Christoph Lohmann | 1 | +2 | -0 |
2012-08-29 17:59 | Add TBC sequence | Roberto E. Vargas Caballero | 2 | +13 | -1 |
2012-08-29 17:59 | Add HTS sequence | Roberto E. Vargas Caballero | 1 | +9 | -3 |
2012-08-29 17:59 | Add tabs field into Term struct | Roberto E. Vargas Caballero | 1 | +19 | -3 |
2012-08-03 12:46 | apply post-XDBE patch BORDER fix | Brandon Invergo | 1 | +6 | -10 |
2012-07-28 12:27 | Implement Xdbe-based double-buffering | Brandon Invergo | 2 | +13 | -39 |
2012-02-27 11:48 | update TODO. | Aurélien Aptel | 1 | +2 | -0 |
2012-02-27 11:44 | cleanup. refactored dirt-related function. | Aurélien Aptel | 1 | +33 | -17 |
2012-02-16 18:24 | use SHELL as default shell. | Aurélien Aptel | 1 | +1 | -1 |
2012-02-16 00:06 | revert to "tip" in VERSION. | Aurélien Aptel | 1 | +1 | -1 |
2012-02-16 00:05 | Added tag 0.2.1 for changeset 108926a0fe61 | Aurélien Aptel | 1 | +1 | -0 |
2012-02-16 00:05 | bump version. | Aurélien Aptel | 1 | +1 | -1 |
2012-02-15 23:59 | replace fwrite by printf. | Aurélien Aptel | 1 | +1 | -1 |
2012-02-15 23:58 | rewrite csidump(). | Aurélien Aptel | 1 | +11 | -2 |
2012-02-15 23:33 | clean and name enum definitions. | Aurélien Aptel | 1 | +54 | -10 |
2012-02-15 23:10 | fix default color overwriten bug. | Aurélien Aptel | 2 | +28 | -21 |
2012-02-15 18:33 | show dark cursor when unfocused. | Aurélien Aptel | 3 | +18 | -7 |
2012-02-15 18:11 | document possible configuration. | Aurélien Aptel | 1 | +18 | -4 |
2012-02-15 18:10 | handle dim/bright colors. | Aurélien Aptel | 1 | +17 | -18 |
2012-02-13 00:01 | merge | Aurélien Aptel | 3 | +3 | -3 |
2012-02-11 09:48 | some minor fixes | anselm@garbe.us | 3 | +3 | -3 |
2012-02-08 15:45 | reduce size of each glyph for faster copy. | Aurélien Aptel | 1 | +4 | -4 |
2012-02-07 22:53 | Added tag 0.2 for changeset 3c2f9f2ab5e4 | Aurélien Aptel | 1 | +1 | -0 |
2012-01-21 22:43 | cosmetic, whitespace, etc. | Aurélien Aptel | 1 | +42 | -37 |
2012-01-21 22:26 | fix PRINT/DRAW _TIMEOUT and fix redrawing bug. | Aurélien Aptel | 1 | +2 | -2 |
2012-01-21 22:14 | copy dirty lines to screen, add select() timeout & min time between draw() calls. | Aurélien Aptel | 1 | +44 | -9 |
2012-01-10 21:21 | fix segfault in selection. (thx Martti Kühne) | Aurélien Aptel | 1 | +1 | -1 |
2011-11-01 15:37 | merge. | Aurélien Aptel | 1 | +1 | -1 |
2011-11-01 15:33 | fix selection. (thx Tarmo Heiskanen) | Aurélien Aptel | 1 | +7 | -1 |
2011-10-20 21:26 | drawregion() only copies region on screen. | Aurélien Aptel | 1 | +1 | -1 |
2011-10-20 21:20 | add dirty flag for lines | Aurélien Aptel | 1 | +39 | -4 |
2011-10-06 19:32 | no palette limit (thx Nick) | Aurélien Aptel | 2 | +2 | -2 |
2011-09-22 08:04 | simplify version format. | Aurélien Aptel | 1 | +1 | -1 |
2011-09-16 16:48 | selection is removed or scrolled properly. (thx Rafa Garcia Gallego) | Aurélien Aptel | 1 | +30 | -0 |
2011-09-16 16:24 | working on old repo, merging recent changesets. | Aurélien Aptel | 3 | +37 | -26 |
2011-09-16 16:21 | move xembedatom in XWindow struct, add link to xembed specs. | Aurélien Aptel | 1 | +5 | -3 |
2011-09-16 16:03 | tweak focus to support XEMBED client message and remove focus on EnterNotify. (thx Adrian) | Aurélien Aptel | 1 | +23 | -3 |
2011-09-16 15:57 | remove dup of default window size. | Aurélien Aptel | 2 | +3 | -2 |
2011-08-14 15:15 | change "op" cap in terminfo entry to xterm/rxvt value. | Aurélien Aptel | 1 | +1 | -1 |
2011-08-14 15:13 | fix custom key handling. | Aurélien Aptel | 2 | +36 | -25 |
2011-06-09 16:25 | fix focus state when embed in another window. | Aurélien Aptel | 1 | +5 | -2 |
2011-06-09 12:27 | fix segfault with mouse selection. (thx anonymous) | Aurélien Aptel | 1 | +1 | -1 |
2011-06-08 19:35 | add -w option to embed st. (thx nodus cursorius) | Aurélien Aptel | 2 | +14 | -2 |
2011-06-08 18:26 | applied parts of "anonymous" cleanup patch. | Aurélien Aptel | 1 | +2 | -3 |
2011-06-08 18:22 | add altscreen escseq alias & caps to terminfo entry. (thx Bert Münnich) | Aurélien Aptel | 2 | +6 | -2 |
2011-06-08 17:32 | disable mouse highlight when mouse report enabled. (thx Bert Münnich) | Aurélien Aptel | 1 | +51 | -31 |
2011-06-08 10:40 | reverse video mode. (thx Bert Münnich) | Aurélien Aptel | 2 | +24 | -8 |
2011-06-01 17:57 | add status bar (window title) to terminfo. (thx Rafa Gallego) | Aurélien Aptel | 1 | +3 | -0 |
2011-05-22 14:57 | set title before mapping window (thx Kamil Cholewiński). | Aurélien Aptel | 1 | +1 | -1 |
2011-05-14 15:47 | applied parts of Connor Lane Smith's cleanup patch. | Aurélien Aptel | 2 | +20 | -20 |
2011-05-10 20:55 | macro cleanup. | Aurélien Aptel | 1 | +11 | -9 |
2011-05-10 20:54 | add mouse report escape to terminfo entry. | Aurélien Aptel | 1 | +1 | -0 |
2011-05-10 20:22 | support for x11 xterm mouse reporting | Aurélien Aptel | 1 | +36 | -1 |
2011-04-26 18:29 | whitespace. | Aurélien Aptel | 1 | +33 | -33 |
2011-04-26 18:22 | cleanup. | Aurélien Aptel | 1 | +27 | -77 |
2011-04-21 22:42 | update TODO | Aurélien Aptel | 2 | +9 | -3 |
2011-04-21 22:18 | selection clicks, shift+arrow keys, fast(er) redraw, key mask in config.h (thx Magnus Leuthner) | Aurélien Aptel | 3 | +126 | -61 |
2011-04-03 19:40 | update README. | Aurélien Aptel | 1 | +8 | -1 |
2011-04-03 19:05 | quick bug-fixing 0.1.1 release. | Aurélien Aptel | 1 | +1 | -0 |
2011-04-03 19:04 | update VERSION. | Aurélien Aptel | 1 | +1 | -1 |
2011-04-03 19:03 | take BORDER into account for selection. (thx Petr Sabata) | Aurélien Aptel | 1 | +4 | -4 |
2011-04-03 19:00 | fix utf8 clipboard. (thx Petr Sabata) | Aurélien Aptel | 1 | +1 | -1 |
2011-04-03 00:02 | Added tag 0.1 for changeset cbc18c988236 | Aurélien Aptel | 1 | +1 | -0 |
2011-04-02 22:35 | add support for utf8 clipboard. fix usage message. | Aurélien Aptel | 1 | +7 | -3 |
2011-04-01 07:35 | do not add newline to selection text if next line not selected (Nick) | pancake@nopcode.org | 1 | +2 | -2 |
2011-04-01 07:33 | remove debugging printf | pancake@nopcode.org | 1 | +1 | -2 |
2011-04-01 07:32 | apply Nick's patch to fix some error printf to use stderr | pancake@nopcode.org | 1 | +2 | -2 |
2011-01-23 11:30 | fix insert key, terminfo and changed TERM back to st. (thx Ondrej Martinek) | Aurélien Aptel | 2 | +4 | -2 |
2010-12-12 12:32 | change X cursor to "I". | Aurélien Aptel | 1 | +11 | -2 |
2010-12-08 17:41 | update terminfo entry. | Aurélien Aptel | 1 | +7 | -0 |
2010-12-08 17:09 | add new line glitch to terminfo entry. | Aurélien Aptel | 1 | +1 | -0 |
2010-11-30 21:55 | change -e behaviour and update man page. | Aurélien Aptel | 2 | +24 | -17 |
2010-11-28 12:17 | -e flag handles arguments. | Aurélien Aptel | 1 | +7 | -3 |
2010-11-28 00:40 | use memmove() instead of memcpy() in ttyread(). | Aurélien Aptel | 1 | +1 | -1 |
2010-11-27 20:19 | fix and clean ttyread(). buf wasn't static. | Aurélien Aptel | 1 | +20 | -14 |
2010-11-26 21:12 | merge. | Aurélien Aptel | 1 | +2 | -2 |
2010-11-26 21:11 | s/xw.dis/xw.dpy/ | Aurélien Aptel | 1 | +55 | -54 |
2010-11-24 13:27 | Fix unused variable issue and OSX includes | pancake@nopcode.org | 1 | +2 | -2 |
2010-11-20 21:24 | cleanup & bugfix in xdraws(). | Aurélien Aptel | 1 | +125 | -126 |
2010-11-19 21:32 | clean comment regarding redrawing in bmotion(). | Aurélien Aptel | 1 | +3 | -1 |
2010-11-19 16:13 | Add -c option to override the default window class | Gregor Best | 2 | +10 | -2 |
2010-11-18 11:43 | some code cleaning. | Aurélien Aptel | 1 | +42 | -46 |
2010-11-18 00:00 | utf8 support! print text in delicious unicode greatness! all hail to the glorious Damian Okrasa for the patch! | Aurélien Aptel | 2 | +260 | -91 |
2010-11-08 18:49 | selection code cleanup. | Aurélien Aptel | 1 | +24 | -73 |
2010-10-31 19:29 | fixed ED. | Aurélien Aptel | 1 | +6 | -2 |
2010-10-25 20:45 | redraw if we scroll on resize | Devin J. Pohly | 1 | +6 | -4 |
2010-10-25 20:00 | get rid of artifacts in border on resize down | Devin J. Pohly | 1 | +8 | -0 |
2010-10-25 19:26 | copy old pixmap to new on resize | Devin J. Pohly | 1 | +15 | -1 |
2010-10-25 19:10 | move code into new xresize func, add early exit to resize | Devin J. Pohly | 1 | +14 | -8 |
2010-10-16 18:54 | \v and \f are have the same behaviour of \n. | Aurélien Aptel | 1 | +2 | -0 |
2010-10-16 18:50 | added LNM mode; re-organized kpress() to handle it. | Aurélien Aptel | 1 | +34 | -17 |
2010-10-16 15:13 | redraw optimization. | Aurélien Aptel | 1 | +24 | -12 |
2010-10-14 17:21 | fixed newline bug. | Aurélien Aptel | 1 | +2 | -1 |
2010-10-12 23:27 | replaced memset by loops in tresize(); turns out it's faster. | Aurélien Aptel | 1 | +8 | -5 |
2010-10-12 23:25 | remove useless draw(). | Aurélien Aptel | 1 | +1 | -1 |
2010-10-12 23:24 | applied xclipboard patch. thx David Isaac Wolinsky. | Aurélien Aptel | 1 | +124 | -6 |
2010-10-12 22:50 | clean button selection code. | Aurélien Aptel | 1 | +3 | -2 |
2010-09-21 14:04 | compose key patch. thx federico luna. | Aurélien Aptel | 1 | +13 | -1 |
2010-09-11 14:07 | s/hasfocus/focus/ for consistency. | Aurélien Aptel | 1 | +4 | -4 |
2010-09-11 14:05 | don't draw if the window is not visible. | Aurélien Aptel | 1 | +25 | -4 |
2010-09-11 14:01 | use xclear() in draw(). | Aurélien Aptel | 1 | +1 | -2 |
2010-09-11 13:59 | use XCreateWindow(), set gravity bit. | Aurélien Aptel | 1 | +25 | -17 |
2010-09-02 22:15 | cleaning st.info. added comment in st.c for DECSCNM. | Aurélien Aptel | 2 | +11 | -2 |
2010-09-02 22:00 | cleaning st.info. fixed cvvis. | Aurélien Aptel | 2 | +16 | -3 |
2010-09-02 20:35 | set terminal colors to xterm default ones. | Aurélien Aptel | 1 | +18 | -18 |
2010-09-02 19:59 | removed gfx chars not present in xterm acsc. | Aurélien Aptel | 1 | +0 | -6 |
2010-09-02 18:24 | fixed start/end sequence of gfx. | Aurélien Aptel | 1 | +2 | -2 |
2010-09-02 18:21 | undefined gfx doesn't draw \0. | Aurélien Aptel | 1 | +9 | -3 |
2010-09-02 00:03 | fixed makefile. | Aurélien Aptel | 1 | +1 | -1 |
2010-09-02 00:02 | added manpage. | Aurélien Aptel | 2 | +28 | -1 |
2010-09-01 23:42 | resize from the top. | Aurélien Aptel | 1 | +15 | -2 |
2010-09-01 23:37 | added -e and -t option. | Aurélien Aptel | 1 | +28 | -8 |
2010-09-01 21:20 | factored code and fixed behaviour of tnewline(). | Aurélien Aptel | 1 | +20 | -40 |
2010-09-01 20:54 | updated TODO. | Aurélien Aptel | 1 | +15 | -3 |
2010-09-01 20:54 | started to go through st.info and fix things. | Aurélien Aptel | 1 | +3 | -0 |
2010-09-01 17:47 | capabilities sorted by capname in st.info. copy acsc from xterm. | Aurélien Aptel | 1 | +13 | -13 |
2010-09-01 16:12 | removed debug code. | Aurélien Aptel | 1 | +1 | -3 |
2010-09-01 15:21 | fixed IL and DL. | Aurélien Aptel | 1 | +11 | -19 |
2010-09-01 14:26 | factor and cleanup code. | Aurélien Aptel | 1 | +11 | -12 |
2010-08-31 22:30 | added correct line drawing characters for default font. | Aurélien Aptel | 1 | +32 | -31 |
2010-08-31 16:30 | use struct instead of array. | Aurélien Aptel | 1 | +9 | -8 |
2010-08-31 16:22 | cleanup. | Aurélien Aptel | 1 | +12 | -13 |
2010-08-31 15:36 | fix segfault when selecting big buffers | pancake@nopcode.org | 2 | +9 | -19 |
2010-08-31 14:56 | fix build. | Aurélien Aptel | 1 | +2 | -2 |
2010-08-31 14:53 | add selinit() and renamed clipboard_* to sel*. | Aurélien Aptel | 1 | +13 | -5 |
2010-08-31 14:30 | move event configuration in xinit(). | Aurélien Aptel | 1 | +8 | -10 |
2010-08-31 13:36 | use one global struct instead of many vars for selection. Cleanup. | Aurélien Aptel | 1 | +38 | -36 |
2010-08-31 12:52 | use GLYPH_SET to test if a char is set; cleanup. | Aurélien Aptel | 1 | +6 | -6 |
2010-08-31 09:40 | fix crash for small windows | pancake@nopcode.org | 1 | +5 | -1 |
2010-08-31 09:02 | toggle ATTR_REVERSE on selected text, factored some code and fixed Makefile. | Aurélien Aptel | 2 | +9 | -18 |
2010-08-30 21:49 | fix build | pancake | 4 | +97 | -93 |
2010-08-30 21:41 | initial implementation of selection and clipboard | pancake | 1 | +108 | -3 |
2010-08-30 15:07 | fix segfault | pancake@nopcode.org | 1 | +1 | -1 |
2010-08-30 14:48 | added support for alternate screen. | Aurélien Aptel | 1 | +56 | -14 |
2010-08-30 13:28 | cursor is hid when unfocused. | Aurélien Aptel | 2 | +3 | -2 |
2010-08-30 11:04 | use predefined OS macro instead of uname. | Aurélien Aptel | 3 | +4 | -12 |
2010-08-29 23:20 | st should compile on NetBSD. | Aurélien Aptel | 2 | +2 | -1 |
2010-08-30 01:12 | removed pty.h. minimal system guessing added in config.mk. | Aurélien Aptel | 1 | +2 | -1 |
2010-08-30 01:05 | removed (visual) bell. '\a' sets the urgency flag if st is unfocused. | Aurélien Aptel | 2 | +26 | -18 |
2010-08-29 23:45 | removed useless cursor init. and renamed xcursor() to xdrawcursor(). | Aurélien Aptel | 1 | +4 | -7 |
2010-08-29 23:35 | added support for the "magic margin", changed c.hide to c.state, changed xcursor() to use term instead of a | Aurélien Aptel | 1 | +28 | -22 |
2010-08-29 23:19 | removed old VT52 escapes, fixed VT100 IND. | Aurélien Aptel | 1 | +5 | -14 |
2010-08-29 22:32 | fix warning | pancake | 1 | +1 | -0 |
2010-08-29 18:12 | fixed optimized drawing routine and factored some code. | Aurélien Aptel | 1 | +18 | -15 |
2010-08-29 17:41 | fixed pixmap buffer drawing. | Aurélien Aptel | 1 | +3 | -3 |
2010-08-29 17:14 | added a XFlush() in xbell(). | Aurélien Aptel | 1 | +2 | -1 |
2010-08-29 16:55 | moved term.hidec in term.c for consistency, put back delay in xbell() | Aurélien Aptel | 2 | +21 | -28 |
2010-08-29 10:27 | merged tscroll() with tscrollup(). | Aurélien Aptel | 1 | +1 | -14 |
2010-08-28 01:18 | st now runs on Linux, OpenBSD and FreeBSD. | Aurélien Aptel | 3 | +24 | -21 |
2010-08-27 11:53 | removed XINERAMA from config.mk and fixed a segfault when st is | Aurélien Aptel | 2 | +4 | -9 |
2010-08-26 22:58 | fixed potential bug in IS_SET(). | Aurélien Aptel | 1 | +1 | -1 |
2010-08-26 22:28 | merged tcursorwrap() with tnewline(), added few comments and updated copyright. | Aurélien Aptel | 1 | +11 | -14 |
2010-08-26 22:05 | cleaned some spaces. | Aurélien Aptel | 1 | +9 | -9 |
2010-08-26 21:43 | added macro to test flags, removed tmovecursor(). | Aurélien Aptel | 1 | +15 | -27 |
2010-08-26 19:37 | faster resizing. | Aurélien Aptel | 1 | +9 | -12 |
2010-08-26 19:36 | close master/slave pty in the shell process. | Aurélien Aptel | 1 | +4 | -2 |
2010-08-26 19:34 | clean \t. | Aurélien Aptel | 1 | +1 | -6 |
2010-08-26 19:33 | update function prototypes. | Aurélien Aptel | 1 | +4 | -0 |
2010-08-26 19:32 | fix \b and clean \t. | Aurélien Aptel | 1 | +0 | -5 |
2010-08-22 17:46 | added F1-12 key, fixed DCH and ICH. | Aurélien Aptel | 3 | +28 | -4 |
2010-08-19 10:46 | fixed backspace problem, updated terminfo entry and moved TNAME in config.h. | Aurélien Aptel | 4 | +12 | -7 |
2010-08-13 20:43 | renamed a function. | Aurélien Aptel | 1 | +3 | -2 |
2010-07-24 11:09 | applied Devin J Pohly's st color info patches, thanks Devin! | Anselm R Garbe | 4 | +88 | -27 |
2010-07-08 15:34 | fix gcc warnings | pancake@nopcode.org | 1 | +2 | -2 |
2010-07-08 14:31 | fixed background color bug (thx Devin J. Pohly). | Aurélien Aptel | 1 | +5 | -5 |
2010-06-03 21:14 | added PBaseSize hint and set default title to "st". | Aurélien Aptel | 1 | +19 | -14 |
2010-06-02 14:01 | rearranged code, resize fixed. | Aurélien Aptel | 1 | +58 | -48 |
2010-04-26 22:04 | little clean up. | Aurélien Aptel | 1 | +3 | -5 |
2010-04-26 17:20 | use SHELL environment variable (thx Thomas Adam) | Aurélien Aptel | 2 | +6 | -5 |
2010-03-15 22:56 | double-buffering added using pixmap (finally). | Aurélien Aptel | 2 | +25 | -47 |
2010-03-11 22:50 | bold attribute is back. | Aurélien Aptel | 2 | +126 | -50 |
2010-02-21 13:59 | added VT100 NEL. | Aurélien Aptel | 1 | +5 | -1 |
2010-02-21 13:39 | added VT100 RI. | Aurélien Aptel | 1 | +9 | -0 |
2010-02-21 13:28 | added VT100 save&load cursor support. | Aurélien Aptel | 1 | +6 | -0 |
2010-02-21 13:14 | ECH handled correctly. | Aurélien Aptel | 1 | +22 | -5 |
2010-02-08 22:16 | more escapes & more compability: | Aurélien Aptel | 2 | +178 | -145 |
2010-02-03 15:18 | graphic charset and a few more escapes. | Aurélien Aptel | 2 | +110 | -16 |
2010-02-03 02:25 | TERM set to xterm by default (which broke a lot of stuff), better escape handling (title), and a little clean up. | Aurélien Aptel | 1 | +190 | -199 |
2009-10-28 13:34 | drawing is faster but the bold attr is not supported anymore. | Aurélien Aptel | 2 | +39 | -27 |
2009-09-07 19:19 | Fixed possible segfault by reverting to the key struct (again). | Aurélien Aptel | 2 | +29 | -13 |
2009-07-10 15:27 | only compile tdump if DEBUG flag is set | Anselm R Garbe | 1 | +20 | -24 |
2009-07-10 15:23 | we definately need pixmaps for the drawing, currently drawing into the window is painfully slow! much more slower than drawing into a pixmap and mapping that when finished -- several optimisations | Anselm R Garbe | 2 | +89 | -101 |
2009-06-21 17:52 | reverted back to the old Key struct. | Aurélien Aptel | 2 | +28 | -13 |
2009-06-21 17:37 | updated "key" to a lookup table. | Aurélien Aptel | 2 | +13 | -28 |
2009-06-17 18:44 | removed old unused cursor() proto. | Aurélien Aptel | 1 | +0 | -2 |
2009-06-17 00:58 | fixed the scrolling bug and cleaned some stuff. | Aurélien Aptel | 1 | +68 | -61 |
2009-06-16 10:34 | dump escseq if not handled. | Aurélien Aptel | 1 | +8 | -4 |
2009-06-16 00:41 | clean up. | Aurélien Aptel | 1 | +2 | -3 |
2009-06-16 00:33 | added/removed files, updated Makefile. | Aurélien Aptel | 3 | +40 | -179 |
2009-06-16 00:23 | made kpress() more flexible, removed st.h, added config.h. | Aurélien Aptel | 1 | +181 | -29 |
2009-06-11 15:03 | updated TODO. | Aurélien Aptel | 1 | +0 | -2 |
2009-06-11 14:41 | added sigchld handler, cleaned error checking. | Aurélien Aptel | 2 | +41 | -26 |
2009-05-27 23:33 | cleaned up (removed space indentation). select/event bug fixed. | Aurélien Aptel | 1 | +88 | -79 |
2009-05-26 00:21 | fixed a memory leak & segfault in tresize. | Aurélien Aptel | 1 | +16 | -9 |
2009-05-14 22:40 | updated TODO. | Aurélien Aptel | 1 | +2 | -6 |
2009-05-14 22:39 | tab moves the cursor instead of inserting spaces. | Aurélien Aptel | 1 | +1 | -1 |
2009-05-13 23:03 | handle tabulation (still not perfect) | Aurélien Aptel | 2 | +16 | -0 |
2009-05-13 22:28 | removed truecolor stuff | Aurélien Aptel | 1 | +0 | -15 |
2009-05-13 22:27 | removed the truecolor stuff | Aurélien Aptel | 1 | +5 | -15 |
2009-05-13 22:18 | same thing, really fixed this time. | Aurélien Aptel | 1 | +2 | -2 |
2009-05-13 22:04 | added some error checking in xinit (fixed the segfault caused by a missing font) | Aurélien Aptel | 1 | +15 | -7 |
2009-05-10 21:32 | Removed unused variable and cleaned some comment. | Aurélien Aptel | 1 | +2 | -3 |
2009-05-10 12:17 | backport of local changes | Anselm R Garbe | 9 | +1278 | -426 |
2008-09-05 18:25 | add accidentally omitted word | Matthias-Christian Ott | 1 | +3 | -3 |
2008-08-25 15:56 | use stdio(3) | Matthias-Christian Ott | 1 | +48 | -47 |
2008-08-25 14:29 | add description of std | Matthias-Christian Ott | 1 | +13 | -1 |
2008-08-07 08:38 | add prototype for command parsing | Matthias-Christian Ott | 1 | +50 | -31 |
2008-07-21 15:10 | correct year of copyright notice | Matthias-Christian Ott | 1 | +1 | -1 |
2008-07-21 15:06 | simplify Makefile | Matthias-Christian Ott | 2 | +32 | -85 |
2008-07-21 08:34 | reunite pty.c with std.c | Matthias-Christian Ott | 2 | +38 | -44 |
2008-07-21 07:25 | correct programme name | Matthias-Christian Ott | 1 | +1 | -1 |
2008-07-21 07:25 | use errx() for help and version messages | Matthias-Christian Ott | 1 | +4 | -8 |
2008-07-10 20:43 | merge with backout head | Matthias-Christian Ott | 1 | +1 | -1 |
2008-07-10 20:42 | Backed out changeset d2bb4220fdf3 | Matthias-Christian Ott | 1 | +1 | -1 |
2008-07-09 09:10 | remove TODO | Matthias-Christian Ott | 1 | +0 | -1 |
2008-07-09 08:50 | make ptm and pts static | Matthias-Christian Ott | 1 | +1 | -1 |
2008-07-05 11:29 | remove useless variable | Matthias-Christian Ott | 1 | +1 | -3 |
2008-07-04 16:18 | remove emallocz() | Matthias-Christian Ott | 5 | +3 | -24 |
2008-07-04 16:05 | replace eprint() functions with BSD error functions | Matthias-Christian Ott | 5 | +31 | -45 |
2008-06-15 15:31 | simplify flushing | Matthias-Christian Ott | 1 | +3 | -2 |
2008-06-15 07:19 | correct buffering | Matthias-Christian Ott | 1 | +16 | -15 |
2008-06-14 21:29 | make local functions and variables static | Matthias-Christian Ott | 1 | +18 | -18 |
2008-06-14 21:24 | add select(2)-based i/o multiplexing | Matthias-Christian Ott | 1 | +19 | -7 |
2008-06-14 21:12 | drop stdio usage | Matthias-Christian Ott | 1 | +31 | -9 |
2008-06-14 09:03 | make st and std separate programmes | Matthias-Christian Ott | 3 | +19 | -9 |
2008-06-10 16:01 | add missing header file | Matthias-Christian Ott | 1 | +1 | -0 |
2008-06-10 16:00 | assume glibc by default | Matthias-Christian Ott | 1 | +4 | -1 |
2008-06-10 15:56 | source utility functions out to util.c | Matthias-Christian Ott | 6 | +46 | -39 |
2008-06-10 15:32 | add copyright comment | Matthias-Christian Ott | 2 | +2 | -0 |
2008-06-10 15:30 | source getpty() out to pty.c | Matthias-Christian Ott | 2 | +41 | -35 |
2008-06-09 20:24 | update TODO | Matthias-Christian Ott | 1 | +0 | -3 |
2008-06-09 20:21 | correct function name | Matthias-Christian Ott | 1 | +1 | -1 |
2008-06-08 19:36 | remove xinerama flags | Matthias-Christian Ott | 1 | +2 | -6 |
2008-06-08 19:18 | add missing header file | Matthias-Christian Ott | 1 | +3 | -0 |
2008-06-08 19:17 | add parser loop | Matthias-Christian Ott | 1 | +13 | -0 |
2008-06-08 18:55 | remove useless variable | Matthias-Christian Ott | 1 | +0 | -1 |
2008-06-08 18:47 | replace state with separate variables | Matthias-Christian Ott | 1 | +8 | -11 |
2008-06-04 17:52 | terminate error message with newline | Matthias-Christian Ott | 1 | +1 | -1 |
2008-06-02 18:15 | correct LENGTH() | Matthias-Christian Ott | 1 | +1 | -1 |
2008-06-02 18:01 | simplify control flow | Matthias-Christian Ott | 1 | +1 | -3 |
2008-06-02 16:42 | remove debug code | Matthias-Christian Ott | 1 | +0 | -1 |
2008-06-02 16:41 | remove stdio slave pty opening | Matthias-Christian Ott | 1 | +0 | -3 |
2008-06-02 16:40 | drop support for proprietary UNIX variants | Matthias-Christian Ott | 1 | +2 | -16 |
2008-06-01 17:04 | slight changes | Anselm R Garbe | 2 | +4 | -8 |
2008-06-01 17:02 | applied Matthias-Christians changes to std.c | Anselm R Garbe | 1 | +339 | -3 |
2008-05-20 09:03 | added some new files for the initial rewrite of st from scratch | Anselm R Garbe | 5 | +130 | -0 |
2008-05-11 16:36 | added new TODO | arg@localhost.localdomain | 1 | +4 | -0 |