Rename Bell.ts to Sounds that has BellSound constant

This commit is contained in:
npezza93
2017-08-16 20:39:21 -04:00
parent 245f62685a
commit 0eab4d68f6
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import { C0 } from './EscapeSequences';
import { DEFAULT_CHARSET } from './Charsets';
import { CharData } from './Types';
import { CHAR_DATA_CHAR_INDEX, CHAR_DATA_WIDTH_INDEX } from './Buffer';
import { Bell } from './utils/Bell';
import { BellSound } from './utils/Sounds';
/**
* The terminal's standard implementation of IInputHandler, this handles all
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long