Commit Graph

6052 Commits (bd451aa0873b7667cf3d9b2e53aa86505a8d5246)
 

Author SHA1 Message Date
nick black bd451aa087 implement locate_cursor() #1692 3 years ago
nick black e133225092 implement enqueue_cursor_report #1692 3 years ago
nick black 9746a06bde prepare a cursor report queue #1692 3 years ago
nick black 3df88384cd set XTSHIFTESCAPE when enabling mouse #1061 3 years ago
nick black d81164a348 handle_csi: differentiate between csis #1692 3 years ago
nick black dcc58ef713 input: process CSI for cursor report #1692 3 years ago
nick black 75b84329da comment up handle_getc() regarding controls #1692 3 years ago
nick black 7ee9ef397a add logpanic/logfatal, convert some printf()s 3 years ago
nick black 8a3579581a [input] read large chunks at once #1903 3 years ago
nick black cf8b640064 The Gang Genocides Genocide s/_genocide/_destroy_family/g #1907 3 years ago
José Luis Cruz 7641f6b637
Merge pull request #1920 from dankamongmen/faq-refactor
refactor FAQ section for easier navigation
3 years ago
nick black cea2206ec7
remove two meaningless uses of inline from notcurses.c 3 years ago
nick black 12000dea27
throw some nonnull love into notcurses.h 3 years ago
Tomek Szczęsny 0baf4ea1b5
Relative cursor move (#1885)
Relative cursor move by @tomek-szczesny
3 years ago
joseLuís 7c6a4de96e refactor FAQ section for easier navigation 3 years ago
nick black 531f62a5ae
notcurses-demo: remove stray notcurses_refresh() calls 3 years ago
nick black 5a081a014d
kitty: remove horrible a=t positioning hack #1918 #1910 3 years ago
nick black 92293dd402
adapt new python to NCCHANNEL 3 years ago
nick black ead2289eb1
add FAQ entry about clearing non-alternate screen #1915 3 years ago
nick black c2d6edc109
notcurses_refresh: always clear screen #1915 3 years ago
nick black 7bdad5237f
get clrscr immediately before refresh #1915 3 years ago
nick black 83d8724e63
updating CELL_ -> NC_ references 3 years ago
nick black ec4320f215
remove non-cffiable definitions 3 years ago
nick black 603fd770fe
update new python for CHANNEL_RGB change 3 years ago
nick black 3123911637
change up #defines to accommodate motherfucking python 3 years ago
nick black bc4f2a3626
CHANNELS_RGB_ -> NCCHANNELS_ 3 years ago
nick black 75cee68631
Cell.hh: stop exposing implementation details 3 years ago
joseLuís 4d501f81ce [rust] rename `NcChannel*`.`with_default` method to `default` 3 years ago
joseLuís 06b0b2360a [rust] fix poc-menu example 3 years ago
joseLuís a1010d0dca [rust] export widgets from its own separate module
- update & fix docs.
3 years ago
joseLuís 873a75f77f [rust] add `putln` method to NcPlane.
- fix compilation error using older rust version.
- update docs.
3 years ago
joseLuís 115b06c386 [rust] support "none" style in `lex_styles` method. 3 years ago
joseLuís 2e9a19fc45 [rust] add more `NcStyle` relative functionality
- add `NcStyleMethods` trait with the functions `add`, `has`, `to_vec`.
- add new `Nc` methods: `lex_styles` and `str_styles`, supporting several simultaneous styles.
- rename the parameter of `lex_blitter`, `lex_margins`, `lex_scalemode`, for clarity.
3 years ago
nick black bfca06264a
fix up indexing for NCBLIT_8x1 plotter #1912 3 years ago
nick black 2441a31766
kill unused variable warnings 3 years ago
nick black 37286aa707 work around strange kitty issue for now #1910 3 years ago
nick black 714b288c8d [kitty] no longer need to update under opaque, huzzah 3 years ago
nick black aada04ba47 flush following goto_location for logend #1906 3 years ago
nick black 8b33353105 [kitty] q=2 can come on earlier chunks 3 years ago
nick black 0c484e4e02 run the logend{yx} state machine in raster #1906 3 years ago
nick black f9c8102e37 notcurses-info: use NCOPTION_NO_CLEAR_BITMAPS 3 years ago
nick black 5725605167 move cursor to logend{yx} post rasterization #1906 3 years ago
nick black af418a221f with PRESERVE_CURSOR, track logical end of output #1906 3 years ago
nick black e767fd0b5f
notcurses-demo: turn mouse support back on 3 years ago
nick black 087fd083af
[brownbag] actually call mouse_{dis/en}able() 3 years ago
joseLuís 2dd1e8812e [rust] hide the docs of deprecated items 3 years ago
joseLuís b372a492ad [rust] rename macros & update docs
- rename psleep to prs
- rename rsleep to nrs
- deprecate and hide docs for fsleep, psleep, prsleep, rsleep.
- update examples
3 years ago
nick black 39a69239a3
drop -Wno-nonnull-compare 3 years ago
nick black 840ed1a3d8
remove all uses of NCSTYLE_STANDOUT 3 years ago
nick black 55f8614391
improve 256-color grey quantization 3 years ago