ncurses
Here are 684 public repositories matching this topic...
-
Updated
Sep 20, 2020 - C
-
Updated
Sep 10, 2020 - C
First: is this a bug report? A suggestion? Or asking for help? Bug report/suggestion
Problem description
For a &mut ProgressBar, there are no methods to set its min and max values. The only methods to change their values (min(self, usize), max(self, usize)) take ownership of the ProgressBar, which is not possible if you have a reference.
Workaround: to gain ownership, create a
-
Updated
Sep 20, 2020 - C
-
Updated
Sep 17, 2020 - C
-
Updated
Aug 24, 2020 - C
When editing a commit, support using the "Home" and "End" keys to move to the start and end of the edit content.
-
Updated
Jun 9, 2020 - C
-
Updated
Sep 17, 2020 - C++
-
Updated
Sep 26, 2018 - C
-
Updated
Aug 18, 2020 - C++
-
Updated
Jul 11, 2019 - Go
-
Updated
Mar 28, 2020 - C++
-
Updated
May 30, 2017 - C
-
Updated
Apr 21, 2020 - C
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
-
Updated
Aug 16, 2020 - Ruby
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."
MXAPI (Mailbox API)
The MXAPI (Mailbox API) is a set of functions that each backend (Imap, Maildir, etc) supports.
They're documented in
struct MxOps:https://github.com/neomutt/neomutt/blob/d9cb4825bec1c833229d51acc9a0976e6c31ca7e/mx.h#L104-L291
The frontend calls wrapper functions in
mx.cthat call the relevant backend function. e.g.The frontend:
https://github.com/neomutt/