solent-eng / solent

Free software sequencer architecture
GNU Lesser General Public License v3.0
7 stars 4 forks source link

Implement a curses version of form_grid_console #136

Open cratuki opened 6 years ago

cratuki commented 6 years ago

Currently we have a windows-native version of form_grid_console. Create a curses equivalent. This should be a fairly simple port from the older console system.

Warning: do not retire the existing console system until the Windows-native UI is high-quality. We may need a Windows interface at short notice, and the pygame one is still better than the Windows native version (e.g. support for colour).