ncurses
Here are 653 public repositories matching this topic...
-
Updated
Jun 10, 2020 - C
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
Doxygen support
The Help Browser is a new feature to bring online help to NeoMutt.
The code is in the devel/help branch.It adds a new config variable:
$help_doc_dirwhich should point to a copy of thetest-docrepo.
Help can be activated by pressing Alt-H
Part 1
Add a new config var
I'm asking for help.
Problem description
Hi.
I'm trying to build a timed countdown with cursive. 25, 24, 23 .... 0 in seconds.
I've made an atempt by using the Mutation example: https://github.com/gyscos/cursive/blob/master/examples/mutation.rs
use cursive::Cursive;
use cursive::traits::*;
use cursive::views::{Dialog, OnEventView, TextView};
use cursive::view::{Offset, Posi-
Updated
May 30, 2020 - C
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
Since it says it can work with the filetype .tox, it should include %f which again is only possible if toxic takes the .tox file as last optional and positional argument (without the -f flag) otherwise -f without argument would fail in the default case.
-
Updated
Jun 9, 2020 - C
-
Updated
Jul 11, 2019 - Go
-
Updated
Sep 26, 2018 - C
-
Updated
Jun 10, 2020 - C++
-
Updated
May 28, 2020 - C++
-
Updated
Mar 28, 2020 - C++
-
Updated
May 30, 2017 - C
Compiling error caused by a possible typo and an unrecognized command line option `-Wno-visibility`
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
-
Updated
Mar 17, 2020 - Ruby
It would be cool if tty-solitaire installation was more easily accessible to people. It seems like we already have some platforms covered:
- ALT Linux (apt-get install tty-solitaire) Thanks to @greno4ka.
- Arch Linux (via AUR) (makepkg -si) Thanks to @HalosGhost.
- [Arch Linu
The message shows as follows:
/usr/bin/tremc:441: DeprecationWarning: decodestring() is a deprecated alias since Python 3.1, use decodebytes()
My thoughts are, first this deprecated function might be changed to the recommended one, and second m
Improve this page
Add a description, image, and links to the ncurses topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ncurses topic, visit your repo's landing page and select "manage topics."

While the documentation from https://github.com/jonas/tig/blob/master/tigrc#L144-L158 is extremely useful it appears to document one use case which i find likely to be desired:
Run command in background and display its output only if it failed (non zero return code).