radareorg/radare2

Prettier interface for the tabline (`t` commands)

开放

#15,121 创建于 2019年9月26日

 (2 条评论) (0 个反应) (0 位负责人)C (3,229 个派生)batch import
consoleuienhancementgood first issuevisual

仓库指标

星标
 (23,826 个星标)
PR 合并指标
 (平均合并 16小时 24分钟) (30 天内合并 99 个 PR)

描述

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.

贡献者指南