Skip to content

Commit

Permalink
Move import below copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Nov 23, 2018
1 parent dc0ae4a commit 65c5df9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CharWidth.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { fill } from './core/TypedArrayUtils';

/**
* Copyright (c) 2016 The xterm.js authors. All rights reserved.
* @license MIT
*/

import { fill } from './core/TypedArrayUtils';

export const wcwidth = (function(opts: {nul: number, control: number}): (ucs: number) => number {
// extracted from https://www.cl.cam.ac.uk/%7Emgk25/ucs/wcwidth.c
// combining characters
Expand Down

0 comments on commit 65c5df9

Please sign in to comment.