Commit Graph

  • 8e15887de9 set selection to IDLE on clear v4hn 2015-05-14 15:46:07 +0200
  • 89cf0fc597 Small bugfix for makeglyphfontspecs call in drawregion suigin 2015-05-09 15:22:40 -0700
  • 980991fa6e Fix the new -e handling. An empty cmd has to work for backwards compatibility. Christoph Lohmann 2015-05-10 15:19:48 +0200
  • ae1923d275 Clean up xdraws and optimize glyph drawing with non-unit kerning values suigin 2015-05-05 20:24:00 -0700
  • 38af006b5e Changed type for UTF-32 codepoints from long to uint_least32_t suigin 2015-05-05 13:13:21 -0700
  • c990abfedf Fix empty selection highlighting bug. noname 2015-05-03 19:28:10 +0000
  • 3cb7f27afe Fix indentation. noname 2015-05-03 02:49:23 +0000
  • 1811b6030c Add enumeration for sel.mode noname 2015-05-01 17:13:13 +0000
  • 22571ea4e8 selnormalize: make special case explicit noname 2015-04-30 19:59:24 +0000
  • 8751809aff selsnap: simplify SNAP_LINE case noname 2015-05-01 02:22:32 +0000
  • 765bb0fd14 Remove first argument of selsnap. noname 2015-04-30 20:51:35 +0000
  • 07ce96a3a0 Fix sigchld Jochen Sprickerhof 2015-04-22 17:22:34 +0200
  • 190b94c7a2 len assignment is never used mvdan@mvdan.cc 2015-04-22 15:08:06 +0200
  • 4f21c41a1c Clarify calculation precedence for '&' and '?' mvdan@mvdan.cc 2015-04-22 15:08:00 +0200
  • 3a5053f6c1 Use %u for uint mvdan@mvdan.cc 2015-04-22 15:07:59 +0200
  • 7ab6c92e18 Optimize memory footprint of line buffers suigin 2015-04-27 10:04:04 +0200
  • 0622ad9bad Make tputc, tsetchar and techo accept unicode noname@inventati.org 2015-04-21 23:29:15 +0200
  • 21f765426c Change internal character representation. noname@inventati.org 2015-04-21 23:29:01 +0200
  • 753fe862b1 Remove last parameter of utf8encode noname@inventati.org 2015-04-21 23:28:40 +0200
  • 61c35cd246 Use utf8len instead of utf8decode. noname@inventati.org 2015-04-21 23:27:22 +0200
  • 742a41d655 Make build shut up about system() without return value check. alp@alexpilon.ca 2015-04-21 16:27:51 +0200
  • f36dd277a2 Merge remote-tracking branch 'origin/master' Roberto E. Vargas Caballero 2015-04-23 17:59:39 +0200
  • 0d7448dabc Fix segmentation fault in strhandle() Roberto E. Vargas Caballero 2015-04-23 17:55:41 +0200
  • b17aa18f7c Uses a &[] pointer loop instead of + pointer loop Roberto E. Vargas Caballero 2015-04-22 09:16:35 +0200
  • 736685d641 Do not set terminal title based on stty arguments. noname@inventati.org 2015-04-21 22:09:49 +0200
  • 89807ed453 Move common code to xloadcolor noname@inventati.org 2015-04-21 09:48:33 +0200
  • 84c756b97e Use LEN(dc.col) instead of LEN(colorname). noname@inventati.org 2015-04-19 22:24:44 +0200
  • 2fdcc5e5f6 Remove WIN_REDRAW flag. noname@inventati.org 2015-04-18 19:33:11 +0200
  • ab69ea89b7 Place memset arguments in the correct order. noname@inventati.org 2015-04-19 01:24:28 +0200
  • 5528280fae Remove explicit 'return' from 'void' functions. noname@inventati.org 2015-04-19 01:24:12 +0200
  • 6dc2b546ec Increment accuaracy in drawtime calculation noname@inventati.org 2015-04-18 18:45:48 +0200
  • c27c731b9f Monotonic clock cannot jump backwards. noname@inventati.org 2015-04-18 18:46:17 +0200
  • 6ee56d6590 Place tlinelen type on separate line. noname@inventati.org 2015-04-18 18:45:21 +0200
  • 215bdb2da3 Add tty line support Roberto E. Vargas Caballero 2015-04-13 19:03:53 +0200
  • 56abffb4b6 Fix memmove() invocation with src/dst being NULL sin 2015-04-15 09:43:06 +0100
  • aff35af275 Use as command arguments the remaining parameters noname@inventati.org 2015-04-14 09:53:24 +0200
  • 83e73c6242 Merge branch 'master' of ssh://suckless.org/gitrepos/st Roberto E. Vargas Caballero 2015-04-14 09:47:19 +0200
  • 42fa1f5ce4 Implement most ICCCM rules for selection handling. Markus Wichmann 2015-04-11 21:21:34 +0200
  • 23ed12857f Merge branch 'master' of ssh://suckless.org/gitrepos/st Roberto E. Vargas Caballero 2015-04-13 22:01:40 +0200
  • 9eb70a2d3e Do not use tmoveto in tputtab. noname@inventati.org 2015-04-13 14:03:35 +0200
  • 9619760e12 tresize: remove unnecessary if noname@inventati.org 2015-04-12 10:30:19 +0200
  • a6af2cc469 Remove old TODO entry. noname@inventati.org 2015-04-13 16:06:21 +0200
  • b94ad75e5d Remove 'titles' variable. noname@inventati.org 2015-04-13 16:05:49 +0200
  • e6dd0f825d Remove useless if in tstrsequence. noname@inventati.org 2015-04-13 14:34:23 +0200
  • b0310fba5d Simplify tmoveto. noname@inventati.org 2015-04-13 14:03:51 +0200
  • 9d1495f9ee Fix typo. noname@inventati.org 2015-04-13 14:03:12 +0200
  • c569e3146e Remove 'slide' variable in tresize. noname@inventati.org 2015-04-11 19:30:36 +0200
  • 39ae1a4de5 Move tresize comments around. noname@inventati.org 2015-04-11 19:30:12 +0200
  • 6352502d64 tresize: move for loop outside if noname@inventati.org 2015-04-11 19:29:52 +0200
  • b9390a5496 Simplify loop condition. noname@inventati.org 2015-04-11 12:47:16 +0200
  • d2937b05ae Remove unnecessary XFilterEvent call. noname@inventati.org 2015-04-11 12:15:51 +0200
  • d3e0f3444b Use do..while in window mapping loop. noname@inventati.org 2015-04-11 12:18:57 +0200
  • ecac5ee35e Make DECSCUSR thickness configurable Omar Sandoval 2015-04-09 18:22:31 -0700
  • 93b54cfcc4 Use MAX macro where possible. noname 2015-04-09 20:04:43 +0000
  • 6f5f770186 Remove 'xloadfontset' function. noname 2015-04-08 23:24:06 +0000
  • 6524f022f7 Remove keywords from function definitions. noname 2015-04-08 23:17:33 +0000
  • 9305f3c184 Remove variable names from function declarations. noname 2015-04-08 23:16:57 +0000
  • 5bb90125c8 Remove redundant control check Roberto E. Vargas Caballero 2015-04-06 10:55:00 +0200
  • 69d1fe06a9 Fixed STR sequence termination condition noname 2015-04-05 23:58:10 +0000
  • 288f80cb06 Remove strsep() call Roberto E. Vargas Caballero 2015-03-20 06:46:59 +0000
  • c9357a8edf Merge remote-tracking branch 'origin/master' Roberto E. Vargas Caballero 2015-03-19 08:36:50 +0000
  • 580302f317 Support the DECSCUSR CSI escape sequence LemonBoy 2015-03-18 21:12:47 +0100
  • 246c3481d7 arg.h wasn't used for dist. Christoph Lohmann 2015-03-16 22:17:30 +0100
  • b341e51351 Handle pasting of empty selection. Alex Pilon 2015-03-16 11:51:23 -0400
  • 86d1e432a8 Support XA_STRING in notify request Roberto E. Vargas Caballero 2015-03-15 18:07:46 +0000
  • c7e24e44c8 TODO: Fix fontconfig Christoph Lohmann 2015-03-14 08:53:41 +0100
  • 5406e655da Add the new selection shortcuts to the manpage. Christoph Lohmann 2015-03-14 08:52:37 +0100
  • 72d2accc22 Glibc wants me to use _DEFAULT_SOURCe. I do obey. Christoph Lohmann 2015-03-14 08:43:57 +0100
  • 2fcfea1bf1 Add Mod + Shift + c/v and no selclear. Christoph Lohmann 2015-03-14 07:41:59 +0100
  • b746816b78 Allow combinations with Backspace Roberto E. Vargas Caballero 2015-03-13 07:26:16 +0000
  • 4f60751440 FAQ: fix wording Alexander Huemer 2015-03-10 01:23:07 +0100
  • f5075a9e9d Backspace value shouldn't depend on keypad state Ivan Delalande 2015-03-11 17:13:35 +0000
  • c87d45466b Merge branch 'master' of ssh://suckless.org/gitrepos/st Christoph Lohmann 2015-03-10 21:59:41 +0100
  • 28259f5750 St now does only set PRIMARY on selection. Christoph Lohmann 2015-03-10 21:58:32 +0100
  • adeb2e95d6 FAQ: fix wording Alexander Huemer 2015-03-10 01:23:07 +0100
  • 9494362d0b Fixing the C reading test. Christoph Lohmann 2015-03-10 21:11:04 +0100
  • cf1fcc4d96 Change the FAQ for the new Backspace behaviour. Christoph Lohmann 2015-03-10 00:20:28 +0100
  • 230d0c8428 Finally resolving the backspace problem. Christoph Lohmann 2015-03-10 00:00:44 +0100
  • b0bddc694a Add a hack to handle unknown chars in fontconfig. Christoph Lohmann 2015-03-09 23:16:03 +0100
  • 487bbb24d0 Update kdch1 definition to three octal digits. Johannes Postma 2015-03-05 15:52:51 +0000
  • 29619a1a35 Small improvements to the FAQ Roberto E. Vargas Caballero 2015-02-28 16:13:47 +0000
  • b8804f9f67 document keys in man page Greg Reagle 2015-02-19 16:33:22 -0500
  • 1b514048b2 Let curses do the dirty work for flash Ivan Delalande 2015-02-15 00:34:03 +0100
  • 3604445ffc Comment default CC assignment Roberto E. Vargas Caballero 2015-02-22 10:59:26 +0000
  • ac11bbb03b Update dates in LICENSE Roberto E. Vargas Caballero 2015-02-22 10:58:37 +0000
  • c5f1d74fd8 Update year in usage() Nils Reuße 2015-02-15 17:46:15 +0100
  • 7dd24bfb4c Fix crash on font resize resize Nils Reuße 2015-02-15 17:11:22 +0100
  • aba6c292af Correct shift amount on MODE_INSERT in tputc() Rian Hunter 2015-01-29 15:00:39 -0800
  • 4d14d97547 Fix crash due to wide characters Rian Hunter 2015-01-29 15:06:43 -0800
  • 708b697ed7 Fix crash due to invalid timespec given to pselect Ivan Delalande 2014-12-12 08:39:07 +0100
  • 09f5d98251 Trim trailing whitespaces in every selection case Ivan Delalande 2014-11-16 09:02:57 +0100
  • 4418939dd9 Call _exit() instead of exit() if exec*() fails sin 2014-11-11 18:29:11 +0000
  • bafbba56cd Check for presence of SHELL environment variable Eric Pruitt 2014-10-28 17:51:42 -0700
  • 11625c7166 Replace character with U+FFFD if wcwidth() is -1 czarkoff@gmail.com 2014-10-28 12:55:28 +0100
  • 008aae541b Avoid failing when embedding with a Window id of 0 Quentin Rameau 2014-10-16 00:42:53 +0200
  • cd159883d1 Reverting smacs and rmacs to the xterm defaults. Christoph Lohmann 2014-10-21 16:36:01 +0200
  • f9fb620914 Do not set SHELL to utmp ever Roberto E. Vargas Caballero 2014-10-15 19:42:20 +0200
  • 86633ada91 patch for bell in st CustaiCo 2014-10-03 19:25:21 +0000
  • dcfe505d3c Use G1 for alternate charset Roberto E. Vargas Caballero 2014-10-08 11:35:45 +0200
  • 88429cdcbf Add LS2 and LS3 Roberto E. Vargas Caballero 2014-10-08 11:33:36 +0200