Commit Graph

6151 Commits (04c0d37675267e75de102b23071b12ed7f19740b)
 

Author SHA1 Message Date
nick black 04c0d37675
scroll child planes only when they intersect #1883 3 years ago
nick black 1f254c47b2
implement child plane scrolling #1883 3 years ago
nick black 8db6e3abaa
notcurses-info: display logo at the end for proper positioning #1883 3 years ago
joseLuís ca284f9093 [rust] skip notcurses_debug test in macos #1937
also:
- minor warning fix
3 years ago
nick black 3f2147b9e4
set sprixel_scale_height to 1 by default 3 years ago
nick black 382b68f5ab
why weren't we always handling SIGFPE? 3 years ago
nick black 84a61d1476
terminate iTerm2 OSC with ST 3 years ago
nick black b9b135af1a
add note to NEWS about highcontrast atop default #1947 3 years ago
nick black bed16a9b7b
when HIGHCONTRAST is atop default, use queried value for bg computation #1947 3 years ago
nick black d8338105b3
notcurses_refresh: correct dimy/dimx #1931 3 years ago
nick black c5bef4a2af
iterm: position cursor before draw 3 years ago
nick black 7ed7827aca
iterm: use sixel_scrub for scrubbing 3 years ago
joseLuís b6f6e08dce [rust] use `FILE` instead of `_IO_FILE` #1938
also restore `NcFile` for `macos` to see if it makes a difference.
3 years ago
joseLuís 27a2b76c20 [rust] disable another test in macos #1937
in NcCell::from_char()
3 years ago
joseLuís 6e85a3c7ea [rust] fix some miri errors #1937
`cargo +nightly miri test --no-fail-fast -- --test-threads 1 --nocapture`
3 years ago
José Luis Cruz 8c1fd5b16d
fix inner link in readme 3 years ago
nick black 757fb5811f
display images with iterm2 protocol (#1946)
Implement the basics of the iTerm2 graphics protocol, requiring PNG construction, zlib compression, and base64 encoding. We're not yet performing wipes nor restores, only display. This is still pretty experimental, but it worked with WezTerm. #1420
3 years ago
nick black a557b6d734
TERMINALS: add some kmscon details 3 years ago
nick black 02a68442c4
TERMINALS: fill in remaining links 3 years ago
nick black f28f1c5870
TERMINALS: iTerm2 wants xterm-256color #1944 3 years ago
nick black 7b4d3b9af3
iTerm2: fix up XTVERSION lexing #1944 3 years ago
nick black d31363193e
as promised, write the README font section 3 years ago
nick black 547a30e73f
summarize_stats: protect against 0 renders zerodiv 3 years ago
nick black cd49a63b7b
only use MAP_SHARED_VALIDATE where defined #1941 3 years ago
nick black fadc500568
better guard on demo's summary table for divide by zero 3 years ago
nick black 1fae68d9c6
add NCPLANE_OPTION_FIXED #1909 3 years ago
nick black 38f1ea1ebc
update cursor terminal point with PRESERVE_CURSOR 3 years ago
nick black c9ddec9de7
add input_events and input_errors stats #1914 3 years ago
nick black ffbafef645
notcurses_stats: copy only stats, not lock #1914 3 years ago
nick black fe150bff95
pass ncsharedstats down through to input layer #1914 3 years ago
nick black b1b35a56e7
move stats lock into object with stats struct #1914 3 years ago
nick black 7722ea60c6
move lock into ncstats object #1914 3 years ago
nick black e98c59a40d
notcurses-info: drop spurious space following braille 3 years ago
nick black 4398fc223c
implement locate_cursor_simple for redirected input case #1942 3 years ago
igo95862 67c511edba Added compile target for dummy python module
Mostly used to check compilation and for Clangd LSP.
3 years ago
MasFlam ff0cffc590 Spice up the tabbed poc 3 years ago
nick black b2cfddc645 atomic on png crc32 lookup 3 years ago
nick black c1cb203a8b drone: update to new alpine/fedora builders #1821 3 years ago
nick black d07dfee55c list fedora core dependencies 3 years ago
nick black 5a0e2a2ae5 CMake: link zlib into notcurses-core #1821 3 years ago
nick black 4de3101c20 provide png.h 3 years ago
nick black 1dd954d4be deflate that sumbitch 3 years ago
nick black c1e419fd9d CMake: demand Zlib 3 years ago
nick black 60c953b77b png: prep for deflate 3 years ago
nick black 3dbc5645f7 create_png_mmap: accept a file descriptor 3 years ago
nick black a55a37a838 write PNG IDAT and IEND chunks, unit test 3 years ago
nick black 9c92b83387 some PNG work 3 years ago
nick black 277fd3931e start writing up PNGs 3 years ago
nick black 0dfe103f4f define PNG creation interface, assumes mmap() #1821 3 years ago
nick black ef1dfe6254 fix regression in HUD from shift to PRIu64, whoops 3 years ago