829 Commits (master)

Author SHA1 Message Date
  FRIGN 9de853a98d Unboolify st 9 years ago
  FRIGN abfad4c4fc Remove insane *_FILENO and EXIT_* usage 9 years ago
  Weng Xuetian 5f48e89716 Revert "Remove unnecessary XFilterEvent call." 9 years ago
  Quentin Rameau bdd649a102 do not truncate font size when zooming 9 years ago
  Roberto E. Vargas Caballero 71fa10f613 Revert "Optimize memory footprint of line buffers" 9 years ago
  Jan Christoph Ebersbach caa97cc781 Support UTF-8 characters as word delimiters 9 years ago
  v4hn 8e15887de9 set selection to IDLE on clear 9 years ago
  suigin 89cf0fc597 Small bugfix for makeglyphfontspecs call in drawregion 10 years ago
  Christoph Lohmann 980991fa6e Fix the new -e handling. An empty cmd has to work for backwards compatibility. 10 years ago
  suigin ae1923d275 Clean up xdraws and optimize glyph drawing with non-unit kerning values 10 years ago
  suigin 38af006b5e Changed type for UTF-32 codepoints from long to uint_least32_t 10 years ago
  noname c990abfedf Fix empty selection highlighting bug. 10 years ago
  noname 3cb7f27afe Fix indentation. 10 years ago
  noname 1811b6030c Add enumeration for sel.mode 10 years ago
  noname 22571ea4e8 selnormalize: make special case explicit 10 years ago
  noname 8751809aff selsnap: simplify SNAP_LINE case 10 years ago
  noname 765bb0fd14 Remove first argument of selsnap. 10 years ago
  Jochen Sprickerhof 07ce96a3a0 Fix sigchld 10 years ago
  mvdan@mvdan.cc 190b94c7a2 len assignment is never used 10 years ago
  mvdan@mvdan.cc 4f21c41a1c Clarify calculation precedence for '&' and '?' 10 years ago
  mvdan@mvdan.cc 3a5053f6c1 Use %u for uint 10 years ago
  suigin 7ab6c92e18 Optimize memory footprint of line buffers 10 years ago
  noname@inventati.org 0622ad9bad Make tputc, tsetchar and techo accept unicode 10 years ago
  noname@inventati.org 21f765426c Change internal character representation. 10 years ago
  noname@inventati.org 753fe862b1 Remove last parameter of utf8encode 10 years ago
  noname@inventati.org 61c35cd246 Use utf8len instead of utf8decode. 10 years ago
  alp@alexpilon.ca 742a41d655 Make build shut up about system() without return value check. 10 years ago
  Roberto E. Vargas Caballero 0d7448dabc Fix segmentation fault in strhandle() 10 years ago
  Roberto E. Vargas Caballero b17aa18f7c Uses a &[] pointer loop instead of + pointer loop 10 years ago
  noname@inventati.org 736685d641 Do not set terminal title based on stty arguments. 10 years ago
  noname@inventati.org 89807ed453 Move common code to xloadcolor 10 years ago
  noname@inventati.org 84c756b97e Use LEN(dc.col) instead of LEN(colorname). 10 years ago
  noname@inventati.org 2fdcc5e5f6 Remove WIN_REDRAW flag. 10 years ago
  noname@inventati.org ab69ea89b7 Place memset arguments in the correct order. 10 years ago
  noname@inventati.org 5528280fae Remove explicit 'return' from 'void' functions. 10 years ago
  noname@inventati.org 6dc2b546ec Increment accuaracy in drawtime calculation 10 years ago
  noname@inventati.org c27c731b9f Monotonic clock cannot jump backwards. 10 years ago
  noname@inventati.org 6ee56d6590 Place tlinelen type on separate line. 10 years ago
  Roberto E. Vargas Caballero 215bdb2da3 Add tty line support 10 years ago
  sin 56abffb4b6 Fix memmove() invocation with src/dst being NULL 10 years ago
  noname@inventati.org aff35af275 Use as command arguments the remaining parameters 10 years ago
  Markus Wichmann 42fa1f5ce4 Implement most ICCCM rules for selection handling. 10 years ago
  noname@inventati.org 9eb70a2d3e Do not use tmoveto in tputtab. 10 years ago
  noname@inventati.org 9619760e12 tresize: remove unnecessary if 10 years ago
  noname@inventati.org b94ad75e5d Remove 'titles' variable. 10 years ago
  noname@inventati.org e6dd0f825d Remove useless if in tstrsequence. 10 years ago
  noname@inventati.org b0310fba5d Simplify tmoveto. 10 years ago
  noname@inventati.org 9d1495f9ee Fix typo. 10 years ago
  noname@inventati.org c569e3146e Remove 'slide' variable in tresize. 10 years ago
  noname@inventati.org 39ae1a4de5 Move tresize comments around. 10 years ago