Commit History

作者 SHA1 備註 提交日期
  devmil 66b08316c5 Removes `Terminal` from public Buffer API 4 年之前
  xuty e21bdea4ea implement ListBufferLine 4 年之前
  devmil 0b5dcd9508 fixes resizing of non-active buffer 4 年之前
  devmil 8b866a4440 Fixes wrong delete behavior 4 年之前
  devmil e25c4fab73 utli -> util 4 年之前
  xuty 95bb7f368c add lenght to BufferLine constructor 4 年之前
  xuty bbc5d6fb6a apply new reflow algorithm 4 年之前
  devmil 508ac464f8 isWrapped reset 4 年之前
  devmil 92ef846089 Merge adaptions 4 年之前
  devmil c5a35fc58b Merge branch 'master' into feature/reflow_with_line_perf 4 年之前
  xuty 23bbcff78e remove unused includeBuffer 4 年之前
  xuty 6e79973b4a Merge branch 'feature/improve_line_manipulation_performance' into circularlist 4 年之前
  xuty 1037f5370c use ListMixin 4 年之前
  xuty 79e543fb9d split `splice` into `remove`, `insert` and `insertAll` for better readablity 4 年之前
  xuty bc1526fea3 check index 4 年之前
  devmil ab394bfd3f adapts reflow logic to CircularList 4 年之前
  devmil 12df625928 Merge branch 'feature/improve_line_manipulation_performance' into feature/reflow_with_line_perf 4 年之前
  devmil cf1aae2241 change CircularList to not reuse item instance but just manage the list cycle 4 年之前
  devmil e3558e56bb Fixes "clear" 4 年之前
  devmil fb96a9900e introducing CircularList 4 年之前
  devmil 1a8e074398 Proper AutoWrapMode 4 年之前
  devmil 1ddb793f2c Only do reflow when the main buffer is active 4 年之前
  devmil 9c10cc2fa5 adapts reflow to new BufferLine logic 4 年之前
  xuty fe8fb8f15b BufferLine backed by ByteData 4 年之前
  xuty e92f1a6275 fix broken terminal sequence problem 4 年之前
  xuty 102b4e5d8b optimize resize logic 4 年之前
  xuty 740aa878d1 add user scroll behavior 4 年之前
  xuty 6905ecc4a7 add isUserScrolling 4 年之前
  xuty a7b9d0c5cc add docs 4 年之前
  xuty aa167f787d add docs 4 年之前