Pietro Cerutti
Pietro Cerutti
This introduces a new `dump-screen` function that dumps the content of the screen in a ncurses-specific way into a file. The file is controlled by the config `dump_screen_file` and is...
ncurses has functionality to dump a window to file (and restore it later), see [man pages](https://invisible-island.net/ncurses/man/curs_util.3x.html#h3-putwin_getwin). It could be nice to implement a NeoMutt function to dump the current screen...
* make an email with a long destination list: `To: [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]` * `:set wrap=140` in the index, then enter the pager -> **correct**...
Tcl 8.6 (and 8.5 as far as I can remember) used to infer the name of this package as Tclreadline. In Tcl 8.7, the algorithm must have changed (I haven't...
Hopefully this can be used in a few places where we manually loop over fgets
``` # bastille create temp 14.0-RELEASE 192.168.1.10 lo1 ... # mkdir test # cp /usr/bin/less test/ # mkdir /usr/local/bastille/jails/temp/root/test # bastille mount temp $(realpath test) test [temp]: Added: /root/admin/bastille/test /usr/local/bastille/jails/temp/root/test...
**[MANDATORY] Describe the bug [MANDATORY]** Normally, `bastille stop` would unmount any filesystems listed in the jail's fstab file, via `jail -r`. However, it is possible for the umount to fail...
**[MANDATORY] Describe the bug [MANDATORY]** The `rename` command contains a `update_fstab` routine to update the fstab file of the jail to the new name. However, this is not applied to...
This allows the `toggle` command to work with numeric configs, by switching their value from whatever they are to 0 and back. This can be useful for temporarily turning "off"...