social.mikutter.hachune.netMastodonを使った分散型ソーシャルネットワークの一部です。
#あなたがガチ凍結されると<br> 11月中旬くらいかな?俺はておくれだから<br> Twitterからよく舐められるんだけど、<br> ある時Twitterが度が過ぎて俺を凍結<br> してきたわけ、そんで記憶がないんだけど(痴呆)、<br> 相当ボコボコにしちゃったらしい<br> 俺、これでもておくれですよ?

サーバーの情報

102
人のアクティブユーザー

もっと詳しく

FLTKのメニュー、snd/0だとsndを選んだ後に0を選ぶっていう二段構えの動作になるの…? fltk.org/doc-1.3/classFl__Inpu

www.fltk.orgFLTK 1.3.9: Fl_Input_Choice Class Reference

AudioOutMap["snd/0"] = std::pair<std::string, std::string>("snd/0", "");
pAudioOutputChoice->add("snd\/0");
AudioInMap["snd/0"] = std::pair<std::string, std::string>("snd/0", "");
pAudioInputChoice->add("snd\/0");
AudioOutMap["snd/1"] = std::pair<std::string, std::string>("snd/1", "");
pAudioOutputChoice->add("snd\/1");
AudioInMap["snd/1"] = std::pair<std::string, std::string>("snd/1", "");
pAudioInputChoice->add("snd\/1");

AudioなんとかMapはアプリ内部の管理情報、->add()がFLTKへの指示だけど…/を\でエスケープしてもダメ。

SASANO Takayoshi

あっるぇー?\でエスケープできるって話じゃないのーって、アレか。\/じゃなく\\/じゃないとダメってやつかなあ。

"The characters "&", "/", "\", and "_" are treated as special characters in the label string. The "&" character specifies that the following character is an accelerator and will be underlined. The "\" character is used to escape the next character in the string. Labels starting with the "_" character cause a divider to be placed after that menu item."

fltk.org/documentation.php/doc

www.fltk.orgDocumentation - Fast Light Toolkit (FLTK)