radareorg/radare2

Prettier interface for the tabline (`t` commands)

Open

#15.121 aperta il 26 set 2019

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)C (3229 fork)batch import
consoleuienhancementgood first issuevisual

Metriche repository

Star
 (23.826 star)
Metriche merge PR
 (Merge medio 16h 24m) (99 PR mergiate in 30 g)

Descrizione

Go into visual mode and then press t key multiple times to create multiple tabs.

$ r2 /bin/ls
[0x6000000]> Vp
ttttttt

Currently the tabline looks like this (by default):

_____(1)___(2)__/ t= \___(4)____

We can think about prettier representation, with a different colors maybe, and Unicode characters.

see libr/core/visual_tabs.inc for the implementation.

Guida contributor