Commit Graph

  • 80b21fcff8 minor improvements master an 2019-08-08 19:43:22 -0400
  • 3142233603 use 82x32 an 2019-08-06 16:03:00 -0400
  • 5f7bc5faa6 use Go Mono an 2019-08-06 15:04:24 -0400
  • 379e48e038 fix recursion an 2019-08-05 20:00:36 -0400
  • 804ce8e3ac fix syntax an 2019-08-05 19:55:19 -0400
  • 1a3f682329 patches for NetBSD an 2019-08-05 19:52:58 -0400
  • 757b4fe239 apply Invisibone theme an 2019-08-04 17:28:07 -0400
  • f5f33c5adf apply boxdraw patch an 2019-08-04 17:20:31 -0400
  • 9ce8af0d32 apply alpha patch an 2019-08-04 17:06:30 -0400
  • f6578a15c5 add local configurations an 2019-07-27 17:15:50 -0400
  • caa1d8fbea FAQ: add entry about color emoji Xft bug Hiltjo Posthuma 2019-05-17 13:00:10 +0200
  • f1546cf9c1 selection: fix view to match actual selection on first cell Avi Halachmi (:avih) 2019-04-10 01:54:43 +0300
  • 21367a040f revert part of commit add0211522 Hiltjo Posthuma 2019-03-15 20:40:16 +0100
  • b650256044 dont print color warning on color reset OSC 104 without parameter Hiltjo Posthuma 2019-03-15 14:44:28 +0100
  • 9acec468fb minor code-style, initialize var at the top of function Hiltjo Posthuma 2019-03-15 14:42:50 +0100
  • 927621f6da config.def.h: tweak extra worddelimiters Hiltjo Posthuma 2019-03-15 12:31:54 +0100
  • add0211522 use iswspace()/iswpunct() to find word delimiters Lauri Tirkkonen 2019-03-13 17:15:04 +0200
  • d5efd256aa replace utf8strchr with wcschr Lauri Tirkkonen 2019-03-13 19:40:52 +0200
  • 75b4ba4b4b be silent about explicitly unhandled mouse modes Lauri Tirkkonen 2019-03-13 17:08:50 +0200
  • ed68fe7dce simplify (greedy) font caching allocating a bit Hiltjo Posthuma 2019-03-03 11:29:43 +0100
  • 4e0135afec style: remove double empty newlines Hiltjo Posthuma 2019-03-03 11:23:54 +0100
  • a8cb8e9454 fix use after free in font caching algorithm magras 2019-02-28 04:56:01 +0300
  • e85b6b6466 better Input Method Editor (IME) support Ivan Tham 2019-02-12 18:41:41 +0100
  • 75f92eb348 bump version to 0.8.2 0.8.2 Hiltjo Posthuma 2019-02-09 12:48:39 +0100
  • 3be4cf11d7 config: add Shift+Insert as selpaste() again Hiltjo Posthuma 2019-01-10 18:16:17 +0100
  • 16d98738e7 Let the user specify CPPFLAGS Paride Legovini 2019-01-10 13:36:09 +0100
  • e23acb9188 Set the path of pkg-config in a variable instead of hardcoding it Paride Legovini 2019-01-04 09:48:37 +0100
  • 7e19e11676 Makefile: fix dependencies on config.h Hiltjo Posthuma 2019-01-04 12:33:01 +0100
  • 096b125db7 output child WEXITSTATUS/WTERMSIG on abnormal termination Lauri Tirkkonen 2018-12-11 11:43:03 +0200
  • d7bf023b2f fix memory leak in xloadcols() Hiltjo Posthuma 2018-11-04 14:35:07 +0100
  • b4d68d4daa st: small typofix in comment Hiltjo Posthuma 2018-11-04 14:30:56 +0100
  • 30ec9a3dc3 small code-style fix Hiltjo Posthuma 2018-09-11 19:06:35 +0200
  • 67d0cb65d0 Remove the ISO 14755 feature Quentin Rameau 2018-09-11 13:11:28 +0200
  • 4f4bccd162 Revert "Simplify cursor color handling" Hiltjo Posthuma 2018-07-17 20:01:58 +0200
  • 8ed7a4b3b7 Revert "Make cursor follow text color" Hiltjo Posthuma 2018-07-17 20:01:57 +0200
  • 732be223ee Revert "Fix crash when cursor color is truecolor" Hiltjo Posthuma 2018-07-17 20:01:54 +0200
  • 5535c1f04c Fix crash when cursor color is truecolor Jules Maselbas 2018-07-15 13:53:37 +0200
  • b51bcd5553 Make cursor follow text color Jules Maselbas 2018-07-14 11:16:37 +0200
  • 1911c9274d Simplify cursor color handling Jules Maselbas 2018-07-14 11:16:36 +0200
  • 29f341da7c Fix crash on resize Jules Maselbas 2018-06-27 17:08:30 +0200
  • dc3b5babf1 config.mk: remove extra newline before EOF Hiltjo Posthuma 2018-06-02 17:11:14 +0200
  • 235a783e03 code-style for pledge(2) Hiltjo Posthuma 2018-05-25 13:04:09 +0200
  • 30ce2cc002 Pledge on OpenBSD Hiltjo Posthuma 2018-05-25 11:59:28 +0200
  • 041912a791 error message style and use strerror in a few places Hiltjo Posthuma 2018-03-29 18:30:05 +0200
  • bd3f7fd842 st -v: remove years and copyright text Hiltjo Posthuma 2018-03-29 18:18:30 +0200
  • 74cff67bd7 set sel.alt in selstart instead of selextend Daniel Tameling 2018-03-28 21:27:58 +0200
  • 6f0f2b7ec3 bump version to 0.8.1 0.8.1 Hiltjo Posthuma 2018-03-20 21:29:10 +0100
  • f4020b2cc4 fix regression by selecting clipboard text Hiltjo Posthuma 2018-03-20 21:25:30 +0100
  • a5a928bfc1 don't modify argv, use a counter Hiltjo Posthuma 2018-03-20 21:22:27 +0100
  • 6ac8c8aa50 selextend: clarify: !sel.mode == SEL_IDLE Hiltjo Posthuma 2018-03-17 13:48:29 +0100
  • 5345db3c9b clipcopy: no need to check for free(NULL), set to NULL after free Hiltjo Posthuma 2018-03-17 13:48:10 +0100
  • 7648697f71 minor code-style: whitespace fixes Hiltjo Posthuma 2018-03-16 16:45:58 +0100
  • 0b507bb731 Fix title initialization Quentin Rameau 2018-03-16 16:19:18 +0100
  • e7ef3c4ce9 Fix regression from 69e32a6 when setting title. Quentin Rameau 2018-03-16 15:03:10 +0100
  • 8ab629031b LICENSE: fix a few years 0.8 Hiltjo Posthuma 2018-03-14 20:06:42 +0100
  • a712c2dd18 update LICENSE: major contributors Hiltjo Posthuma 2018-03-14 20:00:35 +0100
  • 0f245dfeb9 Makefile: add all files to make dist Hiltjo Posthuma 2018-03-14 19:54:50 +0100
  • 49a4f91fc5 bump version to 0.8 Hiltjo Posthuma 2018-03-14 19:50:37 +0100
  • c5ba9c025b use math.h for ceilf Hiltjo Posthuma 2018-03-09 15:36:38 +0100
  • b81888ee7d xhints: no need to initialize sizeh Hiltjo Posthuma 2018-03-09 15:36:25 +0100
  • 8b8255ac0e regression: include termios.h for tcsendbreak etc Hiltjo Posthuma 2018-03-09 15:35:34 +0100
  • 20e0da7f14 General cleanup Devin J. Pohly 2018-02-24 17:09:13 -0600
  • 403c57ebb5 Clean up #includes Devin J. Pohly 2018-02-24 16:45:42 -0600
  • e0215d5377 Reduce visibility wherever possible Devin J. Pohly 2018-02-24 16:32:20 -0600
  • 30683c70ab Limit usage of extern to config.h globals Devin J. Pohly 2018-02-24 16:16:12 -0600
  • a3beb626d2 Remove x.c dependency on term Devin J. Pohly 2018-02-24 15:32:48 -0600
  • a5dc1b4697 Pull term references out of xdrawcursor Devin J. Pohly 2018-02-24 14:58:54 -0600
  • 88d8293fb4 Move win-agnostic parts of draw/drawregion to st.c Devin J. Pohly 2018-02-24 14:53:23 -0600
  • 05c66cb37d Split mode bits between Term and TermWindow Devin J. Pohly 2018-02-23 14:16:52 -0600
  • 33201ac65f Move CRLF input processing into ttywrite Devin J. Pohly 2018-02-22 01:05:12 -0600
  • 52d6fb1ab1 Move terminal echo logic into st.c Devin J. Pohly 2018-02-22 00:42:23 -0600
  • cfc7acdfd9 Move remaining selection mode logic into selextend Devin J. Pohly 2018-02-21 23:54:29 -0600
  • bcb5d3adbe Move terminal-related selection logic into st.c Devin J. Pohly 2018-02-21 23:29:41 -0600
  • 5683b1f80c Move X-specific selection info into XSelection Devin J. Pohly 2018-02-21 22:56:02 -0600
  • 138caf294e Have selected() check whether selection exists Devin J. Pohly 2018-02-21 22:48:28 -0600
  • d84f3f4bd1 Rely on ttyresize to set tty size Devin J. Pohly 2018-02-21 22:28:41 -0600
  • 8b564c1a3f Remove X and fontconfig from st.c Devin J. Pohly 2017-11-06 18:30:45 -0600
  • 3bb900cd6c Remove Time argument from xsetsel Devin J. Pohly 2017-11-06 18:25:58 -0600
  • 323d38da20 Make win variable internal to x.c Devin J. Pohly 2017-11-06 17:57:45 -0600
  • 416dd25727 Move X-related config.h types into x.c Devin J. Pohly 2017-10-17 16:46:26 -0500
  • 75c9a0ee1d Remove unneeded array-length variables Devin J. Pohly 2017-10-17 15:46:31 -0500
  • 428f01969a Inline clipboard functions Devin J. Pohly 2017-10-17 15:43:32 -0500
  • 65976c1a29 Move config.h include from st.c to x.c Devin J. Pohly 2017-10-17 15:21:04 -0500
  • 32d3b1d00f Factor out equivalent code from ttyread/ttysend Devin J. Pohly 2017-10-15 20:35:48 -0500
  • 69e32a61df Move opt_* into same file as main()/run() Devin J. Pohly 2017-10-12 22:25:49 -0500
  • ed132e1127 Move key-matching functions into x.c Devin J. Pohly 2017-10-11 08:47:14 -0500
  • dbe8676d7d Pass new dimensions into ttyresize Devin J. Pohly 2017-10-10 15:51:23 -0500
  • a8314643b1 Move window-manipulating functions into x.c Devin J. Pohly 2017-10-10 12:46:53 -0500
  • a09138afa5 Move font/fontspec variables into x.c and XWindow Devin J. Pohly 2017-10-10 12:17:25 -0500
  • 626b0ae40c Move window urgency handling entirely into x.c Devin J. Pohly 2017-10-10 12:01:18 -0500
  • d5275012b4 Move zoom functions into x.c Devin J. Pohly 2017-10-10 11:30:36 -0500
  • 3518dba2a5 Move usage() to be with run() in x.c Devin J. Pohly 2017-10-10 11:11:27 -0500
  • 3e44ee5569 Call xsetenv() in main process instead of child Devin J. Pohly 2017-10-10 10:30:23 -0500
  • 1f24bde82b Fix color with FAINT attribute Benno Fünfstück 2017-12-26 16:23:24 +0100
  • e829e13bb1 Apply ATTR_REVERSE after ATTR_FAINT Benno Fünfstück 2017-12-26 16:38:27 +0100
  • c1d23afa9c Fix FAQ typo George Ornbo 2017-12-20 09:05:32 +0000
  • 0ac685fc01 Fix manpage typo Paride Legovini 2017-10-10 17:49:38 +0200
  • b1338e91ed Add an error for XftFontOpenPattern failure. Gary Allen Vollink 2017-09-14 15:30:02 -0400
  • b2ac917753 Revert "Revert "fixed STLDFLAG order in broken st Makefile"" Hiltjo Posthuma 2017-09-15 11:16:37 +0200
  • ee5cc8e903 base64dec: skip non-printable characters like \r\n Suraj N. Kurapati 2017-08-17 23:00:10 -0700