mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-06 12:47:13 +02:00
* Some WIP on FSE
This commit is contained in:
parent
0fb90b7b10
commit
f348e06d86
5 changed files with 126 additions and 44 deletions
|
@ -53,6 +53,8 @@ var _ = require('lodash');
|
|||
// * Index pos % for emit scroll events
|
||||
// * Some of this shoudl be async'd where there is lots of processing (e.g. word wrap)
|
||||
// * Fix backspace when col=0 (e.g. bs to prev line)
|
||||
// * Add back word delete
|
||||
// *
|
||||
|
||||
|
||||
var SPECIAL_KEY_MAP_DEFAULT = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue