The Wayback Machine - http://web.archive.org/web/20200523135823/https://github.com/topics/ncurses
Skip to content
#

ncurses

Here are 639 public repositories matching this topic...

hymie0
hymie0 commented Aug 16, 2019

The documentation says

The :datefmt command takes the cell's text content that represents a date,
and uses a given format to set the numeric value of the cell.
Its format is ':datefmt "{strftime_format}"', taking a strftime-compatible
format string.  The format is applied to the cell (as could be done with
the :format function) so that the value is displayed as
laur89
laur89 commented Sep 23, 2019

Currently scrolling in directory with file preview enabled in 2nd pane could get extremely sluggish if the preview command isn't snappy enough; eg having following config to use bat for previews causes scrolling in a directory containing many shell scripts to become noticeably slow:

" remaining files:
fileviewer * bat --color always --plain %c
fil
jrcharney
jrcharney commented Nov 22, 2018

Since I figure this would be a simple enough game to run on a Raspberry Pi 3, I downloaded it to my Pi to try it out.

However, I encountered a couple of errors that need fixing.

$ make
cc -Wno-visibility -Wno-incompatible-pointer-types -Wall -Wextra -DINVERT_COLORS -DVT100 -O2 src/ai.c src/options.c src/main.c src/highscore.c src/engine.c src/merge_std.c src/gfx_terminal.c -o 2048
src

Improve this page

Add a description, image, and links to the ncurses topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ncurses topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.