Commit Graph

6883 Commits (b3912e96e9701828c9e25a4c6de629f89006f83d)
 

Author SHA1 Message Date
nick black b3912e96e9
Merge branch 'master' of github.com:dankamongmen/notcurses 3 years ago
nick black aa6b9486c9
pthread_cond_timedwait() directly returns errno #2169 3 years ago
joseLuís 17133fb4f9 remove old reference to sigmask in notcurses_get
and update description for the same function in USAGE.md
3 years ago
joseLuís 9b5f5f3827 [rust-split] delete rust directory #2171
- remove references to rust from `.drone.yml` and `.github/workflow/*.yml`
3 years ago
joseLuís 4060368c23 [rust-split] remove unneeded scripts from tools/ #2171
- rm -r `tools/function-summary/`
- rm `tools/rustdoc-update-gh-pages.sh`
- rm `tools/blame-nick.sh`
- remove actions related to the rust bindings from `release.sh`.
3 years ago
nick black b5a72b50ed
Merge branch 'master' of github.com:dankamongmen/notcurses 3 years ago
nick black 8c0d32d986
fix windows build 3 years ago
joseLuís 5c3fdbe677 [rust] minor docs & style fixes 3 years ago
joseLuís ac5b31960c [rust] replace `*_getc` functions by `*_get` 3 years ago
joseLuís 6b22e76b6a [rust] move NcPixelImpl to notcurses mod 3 years ago
nick black 1689365b6c
PixelWipe unit test: fix for sixel-based terminals 3 years ago
nick black e4a50f0143 merge 3 years ago
nick black b2b9655d6f don't try to run xrandr on XNU/Windows 3 years ago
nick black 5109ff5cd8 [CMake] prefer local includes to installed headers 3 years ago
nick black 0686a1c390
[input] signal when making space in output buffer 3 years ago
nick black 24c194df1b
[process_bulk] walk the buffer 3 years ago
nick black 78eeaf55ea
Merge branch 'master' into dankamongmen/input-thread 3 years ago
nick black 686aac4689
[input] pthread_cond_wait when no timeout 3 years ago
nick black 1d4c62d446
[input] implement timeouts 3 years ago
nick black edb9eff34b
[input] serialize terminfo lookups ugh 3 years ago
nick black 81e2fd1351
[input] track linesigs status 3 years ago
nick black 634a26abc1 [linesigs_enable] fix logic 3 years ago
nick black 9edd0c7849
[input] load specials from terminfo, except on windows 3 years ago
nick black 3d02a75323
NCOPTION_DRAIN_INPUT in notcurses-info and ncneofetch 3 years ago
nick black 6d93e64378
Merge branch 'dankamongmen/input-thread' of github.com:dankamongmen/notcurses into dankamongmen/input-threadS 3 years ago
nick black a3ed82ccff
honor NCOPTION_DRAIN_INPUT 3 years ago
nick black 716a37f917
[input] walk specials automaton 3 years ago
nick black 5015577e26
[input] correct for margins 3 years ago
nick black 5a64f25ac2
restripe_lastframe: properly index into tmp/lastframe 3 years ago
nick black bfdd5dd01d
notcurses_input: need lock around refresh() 3 years ago
nick black 37fbd385bb
[input] proper escape trie traversal 3 years ago
nick black 0c16296b96
[input] walk specials automaton 3 years ago
nick black fd5708a7cd
unicode 14.0! 3 years ago
nick black 8f900754d5
[input] synthesize SIGINT/SIGQUIT 3 years ago
nick black c31f20b602
[input] remap 0x7f to NCKEY_BACKSPACE 3 years ago
nick black c3545a4b40
process_ncinput: fix ictx->isize check 3 years ago
nick black 37cb5adb87
[input] add constant specials to trie 3 years ago
nick black 315edacf08
[input] handle unicode-encoded mouse events 3 years ago
nick black 22f421657d
fix up windows block_on_input() 3 years ago
nick black 9e9a949f0f
[direct] move to new cursor location reports 3 years ago
nick black ede5190fb8
redeclare ncdirect_getc() 3 years ago
nick black 6f0ddd8c15
[input] handle multibyte utf8 3 years ago
nick black 1fe5cc9555
[input] build kitty protocol into new input automaton 3 years ago
nick black 7159913530
[input] kill unnecessary state CURSOR_OR_PIXELGEOM 3 years ago
nick black 0dd41f0e79
[input] hand ncinputs back to calling client 3 years ago
nick black 5f00466b38
protect initdata, notcurses_getvec() 3 years ago
nick black 1630a1629f
merge that shit 3 years ago
nick black 3cf5a67b84
input thread #2136 3 years ago
nick black 55c7cc356d
[resize] carefully copy over reuseable parts of lastframe #2165 3 years ago
nick black 39025dd053
eliminate kitty graphics one-off enum type 3 years ago