Commit Graph

4078 Commits (d73bc392ab1137047b8cf045f29579e7ba89d197)
 

Author SHA1 Message Date
nick black 0e8f7dfbe7
implement ncplane_abs_yx() #1286 4 years ago
nick black 1c0a623b8b
document new function ncplane_abs_yx() #1286 4 years ago
nick black 5a1df02f01
Use runtime wcwidth() to check libc
We've been using #ifdefs and such to check for libc
Unicode 13 support at compile time. Instead, execute
a wcwidth() using a sextant. If it comes back -1, the
libc lacks support; disable sextants. Otherwise, let
it go. This ought allow us to support sextants on BSD
as soon as it has support; it furthermore allows us to
properly disable them on Linuxes lacking such support.
Closes #1289.
4 years ago
nick black fa3c17abb9
freebsd: don't use sextants, no libc support #1287 4 years ago
nick black 8c508bbb5a
ncneofetch: use freebsd sysctl for cpu info #1284 4 years ago
nick black a48c149b77
ncneofetch: fall back harder to neofetch logo 4 years ago
nick black 9077bd2ee2
ncneofetch: use big daemon logo on FreeBSD 4 years ago
Nick Black ca46e52340
readme: work around github rendering problems :/ 4 years ago
nick black 7f98eac236
history: add FOSDEM presentation 4 years ago
nick black 222d5e722d
uniblocks: avoid some problematic glyphs #1285 4 years ago
nick black b38b2c9fdb
ncneofetch: print explanation for neologo #1260 4 years ago
nick black fb2afee75e
ncneofetch: account for multicol glyphs in neologos #1260 4 years ago
nick black 129dc33c70
don't use tiparm() with no-param sequences 4 years ago
nick black 8810ba5bd1
xterm+256color2 is preferred over xterm+256color 4 years ago
nick black 6077cbde5c
tighten up ncneofetch a bit
Use 74 columns for infoplane, handling longer model names.
Match /etc/os-release fields whether delimited by tabs or
spaces. Properly extract only the names from /etc/os-release.
4 years ago
nick black c4f61c528d
ncneofetch: center neologo #1260 4 years ago
nick black aab28aadb4
ncneofetch: hook up ncart logos #1260 4 years ago
nick black fe800436ca
ncneofetch: work on non-x86
/proc/cpuinfo doesn't always declare a Model Name, but
it seems to have a vendor_id everywhere I've been able
to check (s390x etc.). fall back to vendor_id in the
absence of a model name. count cores based off instances
of core id while we're at it (likewise fixes s390x).
4 years ago
nick black 09dcda0253
README: give DragonFly BSD some love #1121 4 years ago
nick black 103639d901
ncneofetch: recognize DragonFly BSD #1121 4 years ago
nick black ee3dc54911
only use execvpe on linux #1121 4 years ago
nick black 5904f31c8e
add FAQ about multimedia-free operation 4 years ago
nick black d4aef247ea
Fixes for DragonFly BSD from Weitian LI #1121 4 years ago
nick black 01d9b63c5b
add warningless ncart.c generate #1260 4 years ago
nick black 8acc6ea412
neofetch-ripper: escape backslashes correctly in logo text #1260 4 years ago
nick black 250d50134e
neofetch-ripper: build usable C code 4 years ago
nick black b5bace8aa1
neofetch-ripper: don't emit duplicates #1260 4 years ago
nick black 0a165a9de8
paint: solve for egc following colors #1068 4 years ago
nick black 1a597f2a50
neofetch-ripper: fix alignment 4 years ago
nick black 818e0941d6
ncneofetch: preserve Dylan Araps's copyright 4 years ago
nick black d85aba798f
add neofetch-ripper #1260 4 years ago
nick black 78a6ffdd22
ncdirect: call rl_deprep_terminal first 4 years ago
nick black 8283adc28f
Introduce src/compat/ for all bins
I've created the new files src/compat/compat.{hc}. These
are available to all binaries by adding src to the include
directories, and src/compat/compat.c to the sources. Several
functions are implemented here which one or more target
operating systems are missing, right now all related to time.
This includes clock_nanosleep(), which is missing on OS X and
DragonFly BSD. Eliminate the other three definitions of
timespec_to_ns() and friends. Standardize on NANOSECS_IN_SEC
rather than the more opaque GIG. Progress on #1121.
4 years ago
Nick Black e7d0b186ea
Create codeql-analysis.yml 4 years ago
joseLuís da5f86cc8f rust: rename NcDimension to NcDim; rustfmt 4 years ago
joseLuís 1622375d41 rust: add NCDIRECT_OPTION_NO_QUIT_SIGHANDLERS 4 years ago
nick black d157a224da
drone: upgrade to new alpine, fedora builders 4 years ago
nick black 68b340e3c8
ncdirect: prep readline for use #1120 4 years ago
nick black 4fc099f2e9
reel/plot/menu: properly warn on bad flags 4 years ago
nick black 15386d57ce
nontrivial stacking unit test #1068 4 years ago
nick black cff006f8ab
fix return value of output functions 4 years ago
nick black 974377f46d
first mdbook program 4 years ago
nick black a22288223b
OTHERS: link to slok's grafterm 4 years ago
nick black 11e1b34521 README: remove unnecessary verbiage 4 years ago
nick black ae1463245d examples: directmode text 4 years ago
nick black 30db4af874 mdbook 4 years ago
nick black 19c41170c1
link to x/open curses 4 years ago
nick black f88caf5128
s/Fullscreen mode/Rendered mode/g 4 years ago
nick black 38f472c3b0
example book chapters #785 4 years ago
joseLuís 1218e8fb7f rust: refactor module header summary info
- refactor headers for Notcurses & NcDirect modules.
4 years ago