| 例文 |
terminfoを含む例文一覧と使い方
該当件数 : 27件
/usr/share/terminfo The database for terminfo. 例文帳に追加
/usr/share/terminfoterminfo のデータベースが置かれる。 - JM
This string is built like the `acsc' terminfo capability. 例文帳に追加
この文字列は `acsc' terminfo エントリのように構築されている。 - JM
If your system works uses the terminfo database rather than termcap, screen will understand the `terminfo' command, which has the same effects as the `termcap' command. 例文帳に追加
termcap でなく terminfo データベースで動作するシステムでは、screenは `terminfo' コマンドを認識する(このコマンドの効果は `termcap' コマンドと同じ)。 - JM
The /etc/ttytype file associates termcap/terminfo terminal type names with tty lines. 例文帳に追加
/etc/ttytypeは tty ラインを termcap/terminfo の端末タイプの名前と関連付ける。 - JM
Returns the value of the Boolean capability corresponding to the terminfo capability name capname.例文帳に追加
terminfo 機能名 capname に対応する機能値をブール値で返します。 - Python
Returns the value of the numeric capability corresponding to the terminfo capability name capname.例文帳に追加
terminfo 機能名 capname に対応する機能値を数値で返します。 - Python
Returns the value of the string capability corresponding to the terminfo capability name capname.例文帳に追加
terminfo 機能名 capname に対応する機能値を文字列値で返します。 - Python
It is often not possible to place these capabilities in the terminfo database.例文帳に追加
これらの機能を terminfo データベースには入れるのは、不可能な場合が多い。 - JM
TERMINFO may be defined to a nonstandard location in the configure script.例文帳に追加
TERMINFO設定スクリプトにおいて、標準でない位置が定義されることがある。 - XFree86
Visual bell support of a terminal is defined by the termcap variable `vb' (terminfo: 'flash'). 例文帳に追加
端末が可視ベルをサポートしているかどうかは termcap 変数 `vb'(terminfo では 'flash') で定義される。 - JM
Instantiates the string str with the supplied parameters, where str should be a parameterized string obtained from the terminfo database. 例文帳に追加
str は terminfo データベースから得られたパラメタを持つ文字列でなければなりません。 - Python
Notice that, however, on machines using the terminfo database this variable has no effect.例文帳に追加
ただし、terminfo データベースを使っているマシンにはこの変数は効果がないことに注意。 - JM
You can place these capabilities in your termcap entries (in `/etc/termcap') or use them with the commands `termcap', `terminfo' and `termcapinfo' in your screenrc files. 例文帳に追加
これらの機能は (`/etc/termcap' の) termcap エントリに置いたり、screenrc ファイルの `termcap', `terminfo', `termcapinfo' コマンドで使える。 - JM
If this entry is installed on your machines you are able to do a rlogin and still keep the correct termcap/terminfo entry.例文帳に追加
使うマシンにこのエントリをインストールすれば、rlogin の際にも正しい termcap/terminfo エントリを維持できる。 - JM
Returns a string containing the terminfo long name field describing the current terminal.例文帳に追加
現在の端末について記述している terminfo の長形式 name フィールドが入った文字列を返します。 - Python
Equivalent to tputs(str, 1, putchar); emits the value of a specified terminfo capability for the current terminal.例文帳に追加
tputs(str, 1, putchar) と等価です; 現在の端末における、指定された terminfo 機能の値を出力します。 - Python
In many cases, where the arguments are valid in both terminfo and termcap syntax, you can use the command `termcapinfo', which is just a shorthand for a pair of `termcap' and `terminfo' commands with identical arguments. 例文帳に追加
多くの場合、つまり引き数が terminfo と termcap どちらの文法でも有効な場合は、`termcapinfo' コマンドが使える。 このコマンドは、`termcap'コマンドと `terminfo' コマンドとの両方を、同じ引き数で実行するものである。 - JM
It is retained only for capability with old programs; new ones should use the terminfo (5) 例文帳に追加
この機構は古いプログラムを動作させるためだけに保持されているので、新しいプログラムはterminfo (5) - JM
Rather than emitting console escape sequences by hand, you will almost always want to use a terminfo-aware screen library or utility such as ncurses (3), 例文帳に追加
コンソールエスケープシーケンスをわざわざ入力するよりも、ほとんどの場合terminfo の情報を参照するncurses (3), - JM
For terminfo based systems you will need to run a converterlike captoinfo and then compile the entry with tic . 例文帳に追加
terminfo ベースのシステムでは、captoinfoのような変換プログラムを実行し、ticを使ってそのエントリをコンパイルする必要があるだろう。 - JM
But if you do a rlogin on another machine or your machine supports only terminfo this method fails. 例文帳に追加
しかし、別のマシンに rlogin した時や、使っているマシンが terminfo しかサポートしていない場合には、この方法はうまくいかない。 - JM
termcap " term terminal-tweaks" [ window-tweaks ] terminfo " term terminal-tweaks" [ window-tweaks ] termcapinfo " term terminal-tweaks" [ window-tweaks ] Use this command to modify your terminal's termcap entry without going through all the hassles involved in creating a custom termcap entry. 例文帳に追加
termcap " term terminal-tweaks"[ window-tweaks ]terminfo " term terminal-tweaks"[ window-tweaks ]termcapinfo " term terminal-tweaks"[ window-tweaks ]このコマンドを使うと、独自の termcap エントリを作るという面倒な作業を行わずに、端末の termcap エントリを修正できる。 - JM
Note that termcap/terminfo/termcapinfo commands only work at startup and reattach time, so they must be reached via the default screenrc files to have an effect. 例文帳に追加
temcap/terminfo/termcapinfo コマンドは起動時か再アタッチの時にしか動作しないことに注意。 したがってこれらを機能させるには、デフォルトの screenrc ファイルから呼ばれるところに置いておかねばならない。 - JM
Xterm supports terminfo in a different way, supporting composite control sequences (also known as privatemodes) 1047, 1048 and 1049 which have the same effect as the original 47control sequence.例文帳に追加
xterm は別の方法でも terminfo に対応している。 すなわち元々の 47 番制御シーケンスと同じ効果を持つ複合制御シーケンス(プライベートモードと呼ばれる) 1047, 1048, 1049 に対応する方法である。 - XFree86
This page is part of release 3.11 of the Linux man-pages project. A description of the project, and information about reporting bugs, can be found at http://www. 例文帳に追加
訳出にあたっては "termcap & terminfo"(Strang, Mui, O'reilly 共著, 鈴木麗 監訳, アスキー出版局 1992)を参考にした。 - JM
When flag is false, the values of lines and columns specified in the terminfo database will beused, even if environment variables LINES and COLUMNS (used by default) are set, or if curses is running ina window (in which case default behavior would be to use the window size if LINES and COLUMNS are not set).例文帳に追加
flag が偽の場合、環境変数LINES および COLUMNS の値 (これらは標準の設定で使われます) の値が設定されていたり、curses がウィンドウ内で動作して (この場合 LINES や COLUMNS が設定されていないとウィンドウのサイズを使います) いても、terminfo データベースに指定された lines および columns の値を使います。 - Python
| 例文 |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence |
| Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved. |
| Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill. The contents of this document are licensed under the GNU Free Documentation License. Copyright (C) 1999 JM Project All rights reserved. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|