UNPKG

122 BJavaScriptView Raw
1import { csi } from '../util/csi.js'
2
3export class DECSet {
4 static WRAP_ON = csi('?7h')
5 static WRAP_OFF = csi('?7l')
6}
\No newline at end of file