タグ

consoleに関するmotemenのブックマーク (3)

  • Term::ANSIColor for Ruby

    term-ansicolor – Term::ANSIColor for Ruby Description Small Ruby library that colors strings using ANSI escape sequences. It's possible to use constants: require 'term/ansicolor' include Term::ANSIColor print red, bold, "red bold", reset, "\n" Or unary functions: include Term::ANSIColor print red(bold("red bold")), "\n" Blockforms do also autoreset at the block's end: include Term::ANSIColor print

  • 404 Not Found

    So-netをご利用いただきましてありがとうございます。 お客さまのお探しのページは見つかりませんでした。 指定されたアドレスにお間違いがなければ、 ・ページが別のアドレスに移動している ・ページが削除されている などが考えられます。 お手数ですが、So-netホームページからお探しください。 3秒後に自動的にSo-netホームページに移動します。

    motemen
    motemen 2008/07/03
    やってみる
  • Manpage of CONSOLE_CODES

    Section: Linux Programmer's Manual (4) Updated: 2008-01-01 Index JM Home Page roff page 名前 console_codes - Linux コンソールのエスケープシーケンスとコントロール シーケンス 説明 Linux コンソールは VT102 と ECMA-48/ISO6429/ANSI X3.64 端末コンソールの サブセットに、カラーパレットや文字集合のマッピングなどを変更する プライベートモードシーケンスを加えて実装されている。 以下の表では、機能の ECMA-48 または DEC のニーモニクス(DECで始まれば後者)を 2 番目の桁に記す。 ニーモニクスのないものは ECMA-48 でも VT102 でもないものである。 すべての出力作業が終って、実際に印字するために文字のストリームが コンソー

    motemen
    motemen 2008/07/03
    Linuxコンソールのエスケープシーケンスとコントロールシーケンス
  • 1