finalcut/doc/TODO

30 lines
728 B
Plaintext
Raw Normal View History

2015-05-23 13:35:12 +02:00
Bugs
~~~~
-
Improvements
~~~~~~~~~~~~
2016-01-10 00:56:52 +01:00
- Every OSC sequence ("\033]") should have been a special prefix and
postfix sequence for screen and tmux:
screen = "\033P" + OSC + control sequence + "\a\033\\"
tmux = "\033Ptmux:\033" + OSC + control sequence + "\033\\"
2015-05-23 13:35:12 +02:00
Missing Features
~~~~~~~~~~~~~~~~
- list/tree view with Columns
- FListView()
---------------------------------------
/
├──► bin
├──▼ usr
│ ├──► bin
│ ├──► lib
│ └──► local
└──► tmp
---------------------------------------
2015-06-08 20:40:32 +02:00
- Add a window switcher on the right side of the status bar
2015-06-13 13:22:25 +02:00
- Add a scrolling area with on-demand scroll bars for FButtonGroup
2015-05-23 13:35:12 +02:00