nick black
7e3df51031
[FAQ] mention USE_CXX=off
2021-12-10 04:45:00 -05:00
nick black
e76055ee87
add note about Windows fonts
2021-12-06 01:58:56 -05:00
nick black
e24154cd91
don't build ncman on windows
2021-12-06 01:30:25 -05:00
nick black
5cd85ca367
[ncneofetch] when in utf8, use half blocks for palette
2021-12-01 21:11:01 -05:00
nick black
949eace5ff
[README] need html syntax in faqs
2021-11-30 02:45:07 -05:00
nick black
6a6578f0ee
mmm
2021-11-30 02:43:24 -05:00
nick black
6ee483d9c8
[README] FAQ entry aboiut the possessive form
2021-11-30 02:41:46 -05:00
nick black
f568f4617a
[FAQs] fix up syntax
2021-11-28 11:34:34 -05:00
nick black
b26bc27072
FAQ entry about 'just displaying an image'
2021-11-28 10:36:42 -05:00
nick black
207b037464
FAQ entry about ffmpeg vs openimageio
2021-11-27 23:49:15 -05:00
nick black
6c1264d1ef
add two new FAQ entries
2021-11-25 16:42:14 -05:00
nick black
bf8aaaff2b
[README] remove 'chcp 65001' suggestion
2021-11-25 15:25:48 -05:00
nick black
741962b44a
[README] link to MSFT doc regarding utf8 code page
2021-11-18 04:02:09 -05:00
nick black
f0987c95da
[README] spec Windows 10 v1093+ for proper UTF8 support
2021-11-18 03:54:59 -05:00
nick black
4fb4b7ebbb
[README] note about framebuffer+ssh
2021-11-01 21:57:05 -04:00
nick black
086d77c320
[core] remove egc_rtl(), which only seems to cause problems #2128
2021-10-28 06:42:19 -04:00
nick black
3fee2465d8
[README] remove rust requirements
2021-10-28 06:42:19 -04:00
nick black
88178067f7
[README] italic syntax in FAQs
2021-10-27 21:00:07 -04:00
nick black
5ae2d2af23
[README] kill duplicate FAQ, use a href syntax in FAQs
2021-10-27 20:42:01 -04:00
nick black
a2e5682dd3
[README] need html syntax in FAQ
2021-10-27 20:36:07 -04:00
nick black
2f8d51dd8b
[README] remove obsolete entry about [intro]
2021-10-23 03:55:41 -04:00
nick black
854003208e
README: unicode 14 full emoji list
2021-10-20 05:19:30 -04:00
nick black
3886a2df13
README: kitty keyboard protocol
2021-10-16 08:19:26 -04:00
nick black
9d002feea3
remove last instances of ncvisual_render() #1462
2021-10-16 03:39:25 -04:00
nick black
6ed6cf2038
[workflows] windows: run ninja
2021-10-09 02:12:28 -04:00
nick black
7f0fbc6b7e
[README] mention 'mintty -P on' #2116
2021-10-07 22:47:34 -04:00
nick black
c63b3d31a4
[README] more FAQ syntax
2021-10-07 15:03:02 -04:00
nick black
21017dcb6e
[README] fix syntax argh
2021-10-07 15:02:23 -04:00
nick black
22b01a4df4
[kitty] add FAQ entry about enter on init #2184
2021-10-07 03:23:42 -04:00
nick black
dd2e5929e3
drop drone badge from README
2021-10-04 02:21:28 -04:00
nick black
dd9da7766b
Support USE_CPP=off for building without a C++ compiler #1720
2021-09-28 09:39:43 -04:00
nick black
436f24c770
Remove libreadline support, implement low-level ncdirect_readline #2211 ( #2212 )
...
It was realized that our libreadline wrapper was incompatible with the new input method, indeed fundamentally so. Rip out all libreadline support. Implement a minimal ncdirect_readline() -- quite minimal, but enough to get by. We'll want to fill this out later.
So no ABI/API breakage, though perhaps some visible behavioral change.
2021-09-28 01:37:44 -04:00
nick black
a54cf1813e
README/NEWS: info about wrappers
2021-09-20 02:45:59 -04:00
nick black
3cf5a67b84
input thread #2136
2021-09-14 03:34:53 -04:00
nick black
4a9f62f131
erp, able->unable in FAQ
2021-09-08 01:37:56 -04:00
nick black
1ace0139ff
mention kitty keyboard protocol support #2131
2021-09-04 17:39:04 -04:00
nick black
b47af0247b
kill naming in README
2021-09-02 22:57:19 -04:00
nick black
9acf84e917
README: combine wrapper lines
2021-09-02 22:56:12 -04:00
nick black
9834e8a594
add notes about UTF-8 in Windows Terminal
2021-08-24 04:00:36 -04:00
nick black
0b67d67c8f
CMake: add USE_GPM option #1405
2021-08-24 01:56:12 -04:00
nick black
f1b1454665
mention NCBLIT_PIXEL in README
2021-08-20 00:00:38 -04:00
nick black
02c29fb83e
remove link to obsolete ppa
2021-08-08 19:57:46 -04:00
nick black
ff2350f9bb
fold man page section into links section
2021-07-31 07:36:24 -04:00
nick black
374863aecf
use macOS for shield
2021-07-24 21:56:10 -04:00
nick black
d79c1334f6
remove stargazers plot until it's back up
2021-07-24 15:50:47 -04:00
nick black
3f8e21fc61
huh, it's macOS, not OS X now
2021-07-22 20:52:55 -04:00
nick black
dae8e340d2
still more windows garbage
2021-07-22 15:24:13 -04:00
nick black
8d46a0bd17
capture bytes in linux framebuffer graphics to sprixelbytes stat
2021-07-21 17:41:32 -04:00
Michael Bradley, Jr
3c5b8f1e10
ci: revise GHA worfklow for Windows
...
Run on all commits to `master` and PR branches.
Aim for consistency re: GHA workflows for macOS and Linux.
Also switch from mingw64 to ucrt64 and drop use of sudo, etc. that aren't
relevant on Windows + mingw-w64-ucrt-x86_64.
Add README badge for the GHA workflow for Windows - let's make the "red light"
turn into a "green light"!
2021-07-21 10:07:48 -05:00
nick black
6c5299949c
strip angle brackets from email in README
2021-07-20 22:52:07 -04:00