Java framework for reading / writing ANSI escape-sequenced character streams

前端 未结 1 1397
没有蜡笔的小新
没有蜡笔的小新 2021-01-03 04:50

Reading ANSI escape sequences is nitty gritty and very easy to get wrong. I am after a library that includes an abstraction for reading escaped sequences preferrably as inst

1条回答
  •  说谎
    说谎 (楼主)
    2021-01-03 05:13

    You may want to take a look at Jansi.
    Here is the homepage and github repo

    I hope that helps.

    0 讨论(0)
提交回复
热议问题