このサイトはJavaScriptを使用しています
ホーム
ヘルプ
サインイン
cacalabs
/
libcaca
ミラー元
https://github.com/cacalabs/libcaca.git
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
7
Wiki
アクティビティ
ソースを参照
* libee/ee.c: Fixed a compilation warning.
tags/v0.99.beta14
Sam Hocevar
sam
21年前
親
24cf1c4fb3
コミット
5c34e048ae
1個のファイルの変更
、
2行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+2
-1
libee/ee.c
+ 2
- 1
libee/ee.c
ファイルの表示
@@ -24,6 +24,7 @@
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <sys/time.h>
#include <time.h>
@@ -128,7 +129,7 @@ void ee_clear(void)
memset(empty_line, ' ', x);
empty_line[x] = '\0';
for(y; y--;
)
while(y--
)
{
ee_goto(0, y);
ee_putstr(empty_line);
書き込み
プレビュー
読み込み中…
キャンセル
保存