Skip to content

Instantly share code, notes, and snippets.

@ttdoda
Created June 11, 2015 08:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ttdoda/1891d52ad6f141634913 to your computer and use it in GitHub Desktop.
Save ttdoda/1891d52ad6f141634913 to your computer and use it in GitHub Desktop.
sixel画像表示後のカーソル位置非互換の吸収
diff --git a/sayaka.php b/sayaka.php
index cdcf37b..900ed7e 100644
--- a/sayaka.php
+++ b/sayaka.php
@@ -426,9 +426,10 @@ function showstatus($status, $s)
// 今のところローカルアカウントはない
$profile_image_url = $s->user->profile_image_url;
+ print "\n\n\n".CSI."3A".ESC."7";
show_icon(unescape($s->user->screen_name), $profile_image_url);
print "\r";
- print CSI."3A";
+ print ESC."8";
print_("{$name} {$userid}{$verified}{$protected}");
print "\n";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment