Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(77)

Unified Diff: sky/examples/terminal/terminal_file_impl.dart

Issue 997873004: Terminal: Add support for (and "fix") backspace. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebased/updated Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« sky/examples/terminal/terminal.sky ('K') | « sky/examples/terminal/terminal.sky ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/terminal/terminal_file_impl.dart
diff --git a/sky/examples/terminal/terminal_file_impl.dart b/sky/examples/terminal/terminal_file_impl.dart
index 34b48c84fc3c79be71da1f006bb1a1c04e1ce379..f0d874efe6857a81b84fcdc41393b09ba74f1b42 100644
--- a/sky/examples/terminal/terminal_file_impl.dart
+++ b/sky/examples/terminal/terminal_file_impl.dart
@@ -4,7 +4,7 @@
import 'dart:async';
import 'dart:core';
-import 'mojo:core';
+import 'dart:mojo.core';
import 'package:services/files/file.mojom.dart' as files;
import 'package:services/files/types.mojom.dart' as files;
« sky/examples/terminal/terminal.sky ('K') | « sky/examples/terminal/terminal.sky ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698