代码搜索:Term
找到约 10,000 项符合「Term」的源代码
代码结果 10,000
www.eeworm.com/read/425811/10319536
term
www.eeworm.com/read/434004/7897935
term
www.eeworm.com/read/243228/12953991
term
www.eeworm.com/read/144212/5752931
term
#
# term -- a shell function to set the terminal type interactively or not.
#
term()
{
local t
if [ $# != 0 ] ; then
eval $(tset -sQ $1)
else # interactive
if [ -z "$TERM" ] ; then
TERM
www.eeworm.com/read/126411/6017669
term
#
# term -- a shell function to set the terminal type interactively or not.
#
term()
{
local t
if [ $# != 0 ] ; then
eval $(tset -sQ $1)
else # interactive
if [ -z "$TERM" ] ; then
TERM
www.eeworm.com/read/230222/14296633
term
www.eeworm.com/read/16793/690889
term
#
# term -- a shell function to set the terminal type interactively or not.
#
term()
{
local t
if [ $# != 0 ] ; then
eval $(tset -sQ $1)
else # interactive
if [ -z "$TERM" ] ; then
TERM
www.eeworm.com/read/332102/3401569
term
TERM=vt100 # assume this as a default
line=$(tty)
while read dev termtype; do
if [ $dev = $line ]; then
TERM=$termtype
echo "TERM set to $TERM."
break
fi
done
www.eeworm.com/read/411228/2190695
term
#define Term_width 32
#define Term_height 32
static char Term_bits[] = {
0x00, 0x00, 0x00, 0x00, 0xf8, 0xff, 0xff, 0x1f, 0x04, 0x00, 0x00, 0x20,
0xe4, 0xff, 0xff, 0x27, 0x14, 0x00, 0x00, 0x28, 0
www.eeworm.com/read/411228/2190842
term
#define Term_width 32
#define Term_height 32
static char Term_bits[] = {
0x00, 0x00, 0x00, 0x00, 0xf8, 0xff, 0xff, 0x1f, 0x04, 0x00, 0x00, 0x20,
0xe4, 0xff, 0xff, 0x27, 0x14, 0x00, 0x00, 0x28, 0