sequences (01e6e6c02b38b2e34336a3d3b0e0d8c94600c6b1) | sequences (3eb27bf0a7b229d523bcc059b90784cfd7b908db) |
---|---|
1#- 2# Copyright (c) 2008-2009 Ed Schouten <ed@FreeBSD.org> 3# All rights reserved. 4# 5# Redistribution and use in source and binary forms, with or without 6# modification, are permitted provided that the following conditions 7# are met: 8# 1. Redistributions of source code must retain the above copyright --- 100 unchanged lines hidden (view full) --- 109C25GCS Cons25 set global cursor shape ^[ [ = C v 110C25LCT Cons25 set local cursor type ^[ [ = S r 111C25MODE Cons25 set terminal mode ^[ [ = T r 112C25SGR Cons25 set graphic rendition ^[ [ x r r 113C25VTSW Cons25 switch virtual terminal ^[ [ z r 114 115# VT52 compatibility 116#DECID VT52 DECID ^[ Z | 1#- 2# Copyright (c) 2008-2009 Ed Schouten <ed@FreeBSD.org> 3# All rights reserved. 4# 5# Redistribution and use in source and binary forms, with or without 6# modification, are permitted provided that the following conditions 7# are met: 8# 1. Redistributions of source code must retain the above copyright --- 100 unchanged lines hidden (view full) --- 109C25GCS Cons25 set global cursor shape ^[ [ = C v 110C25LCT Cons25 set local cursor type ^[ [ = S r 111C25MODE Cons25 set terminal mode ^[ [ = T r 112C25SGR Cons25 set graphic rendition ^[ [ x r r 113C25VTSW Cons25 switch virtual terminal ^[ [ z r 114 115# VT52 compatibility 116#DECID VT52 DECID ^[ Z |
117 118# ECMA-48 119REP Repeat last graphic char ^[ [ b n |
|