mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Comment tweaks
This commit is contained in:
@@ -6,8 +6,6 @@
|
||||
import { IColor } from 'browser/Types';
|
||||
import { IColorRGB } from 'common/Types';
|
||||
|
||||
// FIXME: Move Color.ts lib to common?
|
||||
|
||||
/**
|
||||
* Helper functions where the source type is "channels" (individual color channels as numbers).
|
||||
*/
|
||||
|
||||
@@ -49,7 +49,10 @@ export function parseColor(data: string): [number, number, number] | undefined {
|
||||
return result;
|
||||
}
|
||||
}
|
||||
// FIXME: Once #3530 is resolved, implement named colors.
|
||||
|
||||
// Named colors are currently not supported due to the large addition to the xterm.js bundle size
|
||||
// they would add. In order to support named colors, we would need some way of optionally loading
|
||||
// additional payloads so startup/download time is not bloated (see #3530).
|
||||
}
|
||||
|
||||
// pad hex output to requested bit width
|
||||
|
||||
Reference in New Issue
Block a user