Commit Graph

6551 Commits (a504d1dec69d07ec812fd569fabfc2a038fd4df0)
 

Author SHA1 Message Date
nick black a504d1dec6
drone: reenable rust on debian 3 years ago
nick black 28def058ce
v2.3.14 3 years ago
nick black f4bac90a17
ncls: properly separate paths #2063 3 years ago
nick black 63c9889a89
add mintty to TERMINALS.md 3 years ago
nick black 096ddf313a
remove unused PNG code 3 years ago
nick black 99a653db5f
shuffle up ncport.h to restore Hurd 3 years ago
nick black d00a96d850
GNU Hurd doesn't have wcwidth() nor wcswidth() 3 years ago
nick black 89729e3315
use PRIu64 in place of %ju #2062 3 years ago
nick black 1c4bde91fb
clean out windows waitpid() until we have HANDLEs #2062 3 years ago
nick black 3508f2a869
GetComputerNameA wants LPDWORD which is pointer to DWORD 3 years ago
nick black d49dd8dbbb
undef KEY_EVENT before including ncurses.h #2062 3 years ago
nick black 91dfb487ad remove support for the iTerm2 graphics protocol #2060 3 years ago
nick black 0cd42fdde2
windows wants LPDWORD for GetComputerNameA() 3 years ago
nick black 441b7edec4
alpine: back off in drone 3 years ago
nick black 35057e80f5
drone: turn alpine builder back on 3 years ago
nick black 81370c5f33
handle alt for special inputs #2058 3 years ago
nick black b99488eb13
interpret shift/ctrl for special inputs #2058 3 years ago
nick black 53b0174322
notcurses-info: scrolling details
don't emit a hard newline following the emoji line,
closing #2021. properly account for distance to logo,
closing #2065.
3 years ago
nick black 0a441eaf26
drop obsolete FIXME 3 years ago
nick black 0b61b3cd47
sheesh 3 years ago
nick black 842613cf18
direct mode: support pixel_draw_late 3 years ago
nick black a4b36316ef
you're killin' me, windows 3 years ago
nick black 437c1de952
input: handle terminfo's kcbt (back tab) 3 years ago
nick black eae2295a5b
notcurses-info: require at least 80 columns 3 years ago
nick black 3d829846cc
admit pixel_draw_late for Bitmaps tests 3 years ago
nick black ac78ebbc75 add a late bitmap pass for fbcon mmap #1997 #2045 3 years ago
nick black afffeeaebf
need WinCon.h for GetConsoleScreenBufferInfo() 3 years ago
nick black 63790bc41c
try to get true geometry on windows 3 years ago
nick black a6575ebfd7 only define strndup as noexcept on linux 3 years ago
nick black 3d780e14a3
windows: use default geometry if we can't look it up #2020 3 years ago
nick black 0c0a8157e6
windows: don't try to read query response #2020 3 years ago
nick black f5dc483410
macOS doesn't like noexcept on strndup sigh 3 years ago
nick black cbf2c51ce4
mark strndup as noexcept 3 years ago
nick black 7c9163d5a1
GetExitCodeProcess: kill compiler error 3 years ago
nick black 54c8189ed2
fix msys2 build for real 3 years ago
nick black 2bd3fe5f92
bold up ncneofetch infoplane 3 years ago
nick black c33ce4f9dd
rewrite NCCHANNELS_INITIALIZER in terms of NCCHANNEL_INITIALIZER 3 years ago
nick black e35c49889d
ncchannel: make some unsigneds explicit uint32_ts 3 years ago
nick black 7ebd471471
raster: use terminfo indn to scroll multiple lines 3 years ago
nick black b2480b36fe
notcurses-info: add bce to capability line 3 years ago
nick black f131c005f1
view demo: zero out static struct marsh #2047 3 years ago
nick black 43f2504259
ncneofetch: always center paletteplane 3 years ago
nick black 78dcdd4faf
handle bce when scrolling
When scrolling in a new line, if the bce property
has been advertised, we need to ensure the
background has been reset to the default, lest it
be scrolled in. Closes #2054.
3 years ago
nick black 6d4e58202f
fix windows build, ugh 3 years ago
nick black 4f86f1b0fd
1K stars! 3 years ago
nick black 4d6526a61d ncneofetch rewritten in CLI mode
ncneofetch was previously direct mode followed by rendered mode with
margins, a Frankenstein application if one ever existed. Rewrite it
using CLI mode, extending the latter as necessary to accomplish this
task. We now have one fewer dependency on direct mode, we have better
proven out CLI mode, and we get a ~30% reduction in ncneofetch runtime.
Good stuff! Closes #2030.

Add ncplane_scrollup() and ncplane_scrollup_child()
Cleans up ncport.h
Eliminates some inconsequential memory leaks in ncneofetch
Add SPRIXEL_UNSEEN to avoid invalid moves on
 not-yet-displayed sprixels
3 years ago
nick black 47fa86f90d ncneofetch: move to rendered mode for visual #2030 3 years ago
nick black fd8e954a56 ncneofetch: drop direct.h header #2030 3 years ago
nick black 636101578c ncneofetch: bring neologo_present() into csi mode 3 years ago
nick black 367d7b79da ncneofetch: begin switch to cli mode #2030 3 years ago