Skip to content
#

ncurses

Here are 878 public repositories matching this topic...

gyscos
gyscos commented Jun 16, 2017

Vec2 is currently made of 2 usize. This means 16 bytes on x86_64, which is crazy.
A pair of u16 would probaby be enough (this puts a limit of 65k, or 32k if we used i16, which sounds enough). Or even u32/i32 would already halve the size.

The main issue is conversion with other types. We'll need to see when/how values are converted.

Unix pager (with very rich functionality) designed for work with tables. Designed for PostgreSQL, but MySQL is supported too. Works well with pgcli too. Can be used as CSV or TSV viewer too. It supports searching, selecting rows, columns, or block and export selected area to clipboard.

  • Updated Dec 14, 2021
  • C
CPU-X
kilobyte
kilobyte commented Aug 23, 2021

Describe the bug/Expected behavior
The TUI window takes less than half of vertical space, losing information. For example, on the Memory tab, only first six banks are visible, plus the header of bank 7 (and there's apparently no way to scroll down).
The window also doesn't take the full horizontal space; in this case the text is not lost but spills into frames and wraps around onto the le

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